clearWithParameters method

Future<bool> clearWithParameters(
  1. ClearParameters parameters
)

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

Implementation

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