load method

FutureOr<V?> load(
  1. MKey key
)

Implementation

FutureOr<V?> load(MKey key) {
  return get(key).futureOr;
}