@override Future<bool> getBool(String key, bool defaultValue) { return _platform.remoteConfigGetBool(key, defaultValue, user: _user); }