menu
flutter_chen_common package
documentation
common/utils/sp_util.dart
SpUtil
putBool static method
putBool static method
dark_mode
light_mode
putBool
static method
Future
<
bool
>
putBool
(
String
key
,
bool
value
)
put bool.
Implementation
static Future<bool> putBool(String key, bool value) { return _prefs.setBool(key, value); }
flutter_chen_common package
documentation
common/utils/sp_util
SpUtil
putBool static method
SpUtil class