Reads the string value associated with key, or null if not found.
key
null
@override String? read(String key) => _storage[key];