get abstract method

Future<List<V?>> get(
  1. List<K> keys
)

Returns the values associated with the given keys.

If a key is not found, the corresponding value will be null`.

Implementation

Future<List<V?>> get(final List<K> keys);