Reads a string value. Returns null if not set.
null
@override Future<String?> getString(String key) async => _store[key] as String?;