getMeta abstract method

Future<T> getMeta(
  1. K key
)

Returns the metadata associated with key.

Implementation

Future<T> getMeta(K key);