getAllWithPrefix method

  1. @Deprecated('Use getAllWithParameters instead')
Future<Map<String, Object>> getAllWithPrefix(
  1. String prefix
)

Returns all key/value pairs persisting in this store that have given prefix.

Implementation

@Deprecated('Use getAllWithParameters instead')
Future<Map<String, Object>> getAllWithPrefix(String prefix) {
  throw UnimplementedError('getAllWithPrefix is not implemented.');
}