menu
appstrax_services package
documentation
shared/config.dart
Config
getApiKey method
getApiKey method
dark_mode
light_mode
getApiKey
method
String
getApiKey
(
)
Implementation
String getApiKey() { if (_apiKey == '') throw StateError(_notInitialized); return _apiKey; }
appstrax_services package
documentation
shared/config
Config
getApiKey method
Config class