menu
flutter_chen_common package
documentation
common/utils/sp_util.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); }
flutter_chen_common package
documentation
common/utils/sp_util
SpUtil
putInt static method
SpUtil class