menu
zeebee package
documentation
app/utils/storage_helper.dart
StorageHelper
clear static method
clear static method
dark_mode
light_mode
clear
static method
Future
<
void
>
clear
(
)
Implementation
static Future<void> clear() async { final prefs = await _prefs; await prefs.clear(); }
zeebee package
documentation
app/utils/storage_helper
StorageHelper
clear static method
StorageHelper class