@override Future<int> getInt(String key, int defaultValue) { return HacklePlatform.instance .remoteConfigGetInt(key, defaultValue, user: _user); }