clearWithPrefix method

  1. @Deprecated('Use clearWithParameters instead')
Future<bool> clearWithPrefix(
  1. String prefix
)

Removes all keys and values in the store with given prefix.

Implementation

@Deprecated('Use clearWithParameters instead')
Future<bool> clearWithPrefix(String prefix) {
  throw UnimplementedError('clearWithPrefix is not implemented.');
}