menu
saropa_dart_utils package
documentation
async/batch_flush_utils.dart
BatchFlushUtils<T extends Object>
BatchFlushUtils.new constructor
BatchFlushUtils.new constructor
dark_mode
light_mode
BatchFlushUtils<
T extends Object
>
constructor
BatchFlushUtils<
T extends Object
>
(
int
batchSize
,
void
onFlush
(
List
<
T
>
batch
)
)
Implementation
BatchFlushUtils(this.batchSize, this.onFlush) : _buffer = [];
saropa_dart_utils package
documentation
async/batch_flush_utils
BatchFlushUtils<T extends Object>
BatchFlushUtils.new constructor
BatchFlushUtils class