read<T extends Object> abstract method

Future<T?> read<T extends Object>(
  1. Key key,
  2. Decoder<T?> decoder, [
  3. Options? options
])

Reads a value of any type from persistent storage.

Implementation

Future<T?> read<T extends Object>(Key key, Decoder<T?> decoder,
    [Options? options]);