Future<String?> GetRemoteConfig(String key, String defaultValue) async { return _instance.GetRemoteConfig(key, defaultValue); }