menu
rs_dashboard package
documentation
base/preferences.dart
AppStorage
setBool static method
setBool static method
dark_mode
light_mode
setBool
static method
Future
<
void
>
setBool
(
String
key
,
bool
value
)
BOOL
Implementation
static Future<void> setBool(String key, bool value) async { await _prefs?.setBool(key, value); }
rs_dashboard package
documentation
base/preferences
AppStorage
setBool static method
AppStorage class