VWOInitOptions constructor
VWOInitOptions({})
Implementation
VWOInitOptions({
required this.sdkKey,
required this.accountId,
this.logger,
this.gatewayService,
this.pollInterval,
this.cachedSettingsExpiryTime,
this.integrationCallback,
});