get method

Future<V?> get(
  1. K key
)

Implementation

Future<V?> get(K key) => then((o) => o.get(key));