menu
chat_application package
documentation
utils/shared_prefs.dart
LocalStorage
clearAll static method
clearAll static method
dark_mode
light_mode
clearAll
static method
Future
<
void
>
clearAll
(
)
Implementation
static Future<void> clearAll() async { await prefs.clear(); }
chat_application package
documentation
utils/shared_prefs
LocalStorage
clearAll static method
LocalStorage class