getValue method

RemoteConfigValue getValue(
  1. String key
)

Gets the RemoteConfigValue for a given key.

Implementation

RemoteConfigValue getValue(String key) {
  return _delegate.getValue(key);
}