Returns an integer value from Firebase Remote Config.
int getInt(String key) => _remoteConfig?.getInt(key) ?? 0;