load method

Future<V> load(
  1. String id
)

Implementation

Future<V> load(String id) => illegalState("Not implemented");