menu
flustars_flutter3 package
documentation
flustars_flutter3.dart
SpUtil
putInt static method
putInt static method
dark_mode
light_mode
putInt
static method
Future
<
bool
>
?
putInt
(
String
key
,
int
value
)
put int.
Implementation
static Future<bool>? putInt(String key, int value) { return _prefs?.setInt(key, value); }
flustars_flutter3 package
documentation
flustars_flutter3
SpUtil
putInt static method
SpUtil class