We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24456d4 commit 997d42fCopy full SHA for 997d42f
lib/src/configuration.dart
@@ -75,7 +75,7 @@ class Configuration {
75
}
76
77
/// Load configuration from environment variables
78
- static fromEnv({String prefix = ""}) {
+ static Configuration fromEnv({String prefix = ""}) {
79
final accessToken = Platform.environment["${prefix}ACCESS_TOKEN"];
80
return Configuration(
81
accessToken: accessToken,
0 commit comments