Returns the value for key or null if the key is absent.
key
null
@override Future<String?> readString(String key) async => _data[key];