menu
kommon package
documentation
config/config_service.dart
ConfigService
get<T> method
get<T> method
dark_mode
light_mode
get<
T
>
method
dynamic
get
<
T
>(
String
key
, {
T?
defaultValue
,
})
Implementation
dynamic get<T>(String key, {T? defaultValue}) { return settings[key] ?? defaultValue; }
kommon package
documentation
config/config_service
ConfigService
get<T> method
ConfigService class