Returns a String value from Firebase Remote Config.
String getString(String key) => _remoteConfig?.getString(key) ?? '';