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