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