menu
library_helper package
documentation
storage/shared_prefs.dart
SharedPrefs
setInt static method
setInt static method
dark_mode
light_mode
setInt
static method
Future
<
bool
>
setInt
(
String
key
,
int
value
)
Implementation
static Future<bool> setInt(String key, int value) => _prefs.setInt(key, value);
library_helper package
documentation
storage/shared_prefs
SharedPrefs
setInt static method
SharedPrefs class