menu
flutter_project_package package
documentation
config/app_config.dart
AppConfig
get method
get method
dark_mode
light_mode
get
method
dynamic
get
(
String
key
)
Implementation
dynamic get(String key) => _config[key];
flutter_project_package package
documentation
config/app_config
AppConfig
get method
AppConfig class