@override Future<bool> getBool(String key, bool defaultValue) { return HacklePlatform.instance.remoteConfigGetBool(key, defaultValue); }