getAllWithParameters method

Future<Map<String, Object>> getAllWithParameters(
  1. GetAllParameters parameters
)

Returns all key/value pairs persisting in this store that match options.

Implementation

Future<Map<String, Object>> getAllWithParameters(
    GetAllParameters parameters) {
  throw UnimplementedError('getAllWithParameters is not implemented.');
}