menu
khadem package
documentation
support.dart
Config
get<T> static method
get<T> static method
dark_mode
light_mode
get<
T
>
static method
T?
get
<
T
>(
String
key
, [
T?
defaultValue
])
Implementation
static T? get<T>(String key, [T? defaultValue]) => _instance.get<T>(key, defaultValue);
khadem package
documentation
support
Config
get<T> static method
Config class