@override Future<String?> getString(String key) async { return _remoteConfig.invokeMethod<String>('getString', {'key': key}); }