read<T> abstract method

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

Retrieves a stored value by its key

Implementation

Future<T?> read<T>(String key);