menu
takyeebbak
core/shared_preferences_global/shared_preferences_global.dart
SharedPreferencesGlobal
getValue<
T
> static method
getValue
dark_mode
light_mode
getValue<
T
>
static method
T
getValue
<
T
>(
String
key
)
Implementation
static T getValue<T>(String key) => _handleType<T>(key);
takyeebbak
shared_preferences_global
SharedPreferencesGlobal
getValue<
T
> static method
SharedPreferencesGlobal class