BatchingAnalyticsAdapter constructor
BatchingAnalyticsAdapter(
- AirAnalyticsAdapter _delegate, {
- int batchSize = 10,
- Duration maxDelay = const Duration(seconds: 30),
Implementation
BatchingAnalyticsAdapter(
this._delegate, {
this.batchSize = 10,
this.maxDelay = const Duration(seconds: 30),
});