getAll method

Returns a Map of all Remote Config parameters.

Implementation

Map<String, RemoteConfigValue> getAll() {
  return _delegate.getAll();
}