read abstract method

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

Reads a value from storage.

key The key to read.

Returns the stored value, or null if not found.

Implementation

Future<String?> read(String key);