remoteConfig property
RemoteConfig
get
remoteConfig
Get a singleton instance of RemoteConfig (UX Optimizer). When using RemoteConfig's features, call the API via this property.
Implementation
static RemoteConfig get remoteConfig {
return RemoteConfig(_channel);
}