getBetween abstract method

List<E> getBetween({
  1. String? startKey,
  2. String? endKey,
})

Returns all values between startKey and endKey (inclusive).

Implementation

List<E> getBetween({String? startKey, String? endKey});