clearAllCache static method
Clear all cached data
Implementation
static Future<void> clearAllCache() async {
_ensureInitialized();
await _prefs!.clear();
}
Clear all cached data
static Future<void> clearAllCache() async {
_ensureInitialized();
await _prefs!.clear();
}