menu
v_base_framework package
documentation
utils/SharedPreferencesBaseUtil.dart
SharedPreferencesBaseUtils
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); }
v_base_framework package
documentation
utils/SharedPreferencesBaseUtil
SharedPreferencesBaseUtils
putBool static method
SharedPreferencesBaseUtils class