Reads a value from storage.
key The key to read.
key
Returns the stored value, or null if not found.
Future<String?> read(String key);