@override Future<String> getString(String key, String defaultValue) { return HacklePlatform.instance.remoteConfigGetString(key, defaultValue); }