Returns the value stored under key, or null if the key is absent.
key
null
@override Future<String?> read(String key) => _storage.read(key: key);