Configuration constructor
const
Configuration({
- PlatformConfiguration? android,
- PlatformConfiguration? ios,
- DeepLink? deepLink,
- BuildVersion? buildVersion,
- AdMob? admob,
- bool? forceRemoteControl,
- bool? useLocal,
Implementation
const Configuration({
this.android,
this.ios,
this.deepLink,
this.buildVersion,
this.admob,
this.forceRemoteControl,
this.useLocal,
});