menu
eyflutter_core package
documentation
storage/shared_preferences_utils.dart
SharedPreferencesUtils
getBool static method
getBool static method
dark_mode
light_mode
getBool
static method
Future
<
bool
?
>
getBool
(
{
String
?
key
,
})
Implementation
static Future<bool?> getBool({String? key}) { return _get<bool>(key: key, getType: "bool"); }
eyflutter_core package
documentation
storage/shared_preferences_utils
SharedPreferencesUtils
getBool static method
SharedPreferencesUtils class