getValue method

RemoteConfigValue getValue(
  1. String key
)

Gets the value for the given key.

Implementation

RemoteConfigValue getValue(String key) =>
    RemoteConfigValue._fromJsObject(jsObject.getValue(key));