menu
flutter_smart package
documentation
utils/shared_preferences_utils.dart
SpUtils
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_smart package
documentation
utils/shared_preferences_utils
SpUtils
putBool static method
SpUtils class