Reads the value associated with the given key.
key
Returns null if the key does not exist.
null
@override Future<String?> read(String key) => _storage.read(key: key);