settings property
RemoteConfigSettings
get
settings
Returns the RemoteConfigSettings of the current instance.
Implementation
RemoteConfigSettings get settings {
return _delegate.settings;
}
Returns the RemoteConfigSettings of the current instance.
RemoteConfigSettings get settings {
return _delegate.settings;
}