getValue method

RemoteConfigValue getValue(
  1. String key
)

Gets the RemoteConfigValue for a given key.

Implementation

RemoteConfigValue getValue(String key) {
  throw UnimplementedError('getValue() is not implemented');
}