getString method

String getString(
  1. String key
)

Gets the value for the given key as a string. Convenience method for calling remoteConfig.getValue(key).asString().

Implementation

String getString(String key) => jsObject.getString(key);