read<T> method

Future<T?> read<T>(
  1. String name
)

Implementation

Future<T?> read<T>(String name) => store.read(key<T>(name));