clearWithParameters method
Removes all keys and values in the store that match options.
Implementation
Future<bool> clearWithParameters(ClearParameters parameters) {
throw UnimplementedError('clearWithParameters is not implemented.');
}
Removes all keys and values in the store that match options.
Future<bool> clearWithParameters(ClearParameters parameters) {
throw UnimplementedError('clearWithParameters is not implemented.');
}