clear method Null safety
override
Removes all keys and values in the store.
Implementation
@override
Future<bool> clear() async {
_data.clear();
return true;
}
Removes all keys and values in the store.
@override
Future<bool> clear() async {
_data.clear();
return true;
}