BatchingUploader constructor

BatchingUploader(
  1. GrpcClientFactory _factory, {
  2. int maxBatch = 100,
  3. Duration flushEvery = const Duration(seconds: 5),
  4. Duration maxBackoff = const Duration(minutes: 2),
})

Implementation

BatchingUploader(this._factory ,{
  this.maxBatch =100,
  this.flushEvery = const Duration(seconds: 5),
  this.maxBackoff = const Duration(minutes: 2)
  });