WingifyInitOptions constructor
WingifyInitOptions({
- required String sdkKey,
- required int accountId,
- Map<
String, dynamic> ? logger, - Map<
String, String> ? gatewayService, - int? pollInterval,
- int? cachedSettingsExpiryTime,
- dynamic integrations()?,
- int batchMinSize = -1,
- int batchUploadTimeInterval = -1,
- bool isUsageStatsDisabled = false,
- bool? isAliasingEnabled = false,
Implementation
WingifyInitOptions({
required this.sdkKey,
required this.accountId,
this.logger,
this.gatewayService,
this.pollInterval,
this.cachedSettingsExpiryTime,
this.integrations,
this.batchMinSize = -1,
this.batchUploadTimeInterval = -1,
this.isUsageStatsDisabled = false,
this.isAliasingEnabled = false,
});