clearWithParameters method

Future<bool> clearWithParameters(
  1. ClearParameters parameters
)
inherited

Removes all keys and values in the store that match options.

Implementation

Future<bool> clearWithParameters(ClearParameters parameters) {
  throw UnimplementedError('clearWithParameters is not implemented.');
}