getValue method

dynamic getValue(
  1. String key
)

Implementation

getValue(String key) {
  return remoteConfig.getValue(key).asString();
}