remoteConfig property
Map representing the remote config provided by the platform SDK.
The remote config is fetched asynchronously when the Embrace SDK is started and may be updated at runtime. Use the remoteConfigUpdates stream to listen for updates.
Implementation
Map<String, dynamic> get remoteConfig => _remoteConfig;