settings property

Returns the RemoteConfigSettings of the current instance.

Implementation

RemoteConfigSettings get settings {
  return _delegate.settings;
}