menu
rs_dashboard package
documentation
base/preferences.dart
AppStorage
remove static method
remove static method
dark_mode
light_mode
remove
static method
Future
<
void
>
remove
(
String
key
)
REMOVE KEY
Implementation
static Future<void> remove(String key) async { await _prefs?.remove(key); }
rs_dashboard package
documentation
base/preferences
AppStorage
remove static method
AppStorage class