menu
library_helper package
documentation
storage/shared_prefs.dart
SharedPrefs
setBool static method
setBool static method
dark_mode
light_mode
setBool
static method
Future
<
bool
>
setBool
(
String
key
,
bool
value
)
Implementation
static Future<bool> setBool(String key, bool value) => _prefs.setBool(key, value);
library_helper package
documentation
storage/shared_prefs
SharedPrefs
setBool static method
SharedPrefs class