getAll method
Returns a Map of all Remote Config parameters.
Implementation
Map<String, RemoteConfigValue> getAll() {
return _delegate.getAll();
}
Returns a Map of all Remote Config parameters.
Map<String, RemoteConfigValue> getAll() {
return _delegate.getAll();
}