menu
rs_dashboard package
documentation
base/preferences.dart
AppStorage
clear static method
clear static method
dark_mode
light_mode
clear
static method
Future
<
void
>
clear
(
)
CLEAR ALL (Logout)
Implementation
static Future<void> clear() async { await _prefs?.clear(); }
rs_dashboard package
documentation
base/preferences
AppStorage
clear static method
AppStorage class