get abstract method

Future<Object?> get(
  1. Object key
)

finds either the value in the referenced object store that corresponds to the given key or the first corresponding value, if key is set to a KeyRange

Implementation

Future<Object?> get(Object key);