menu
firestorm package
documentation
commons/delegate/batch_delegate.dart
BatchDelegate<Handler>
run abstract method
run abstract method
dark_mode
light_mode
run
abstract method
Future
<
void
>
run
(
void
batchHandler
(
Handler
batch
)
)
Runs a batch with the provided handler.
Implementation
Future<void> run(void Function(Handler batch) batchHandler);
firestorm package
documentation
commons/delegate/batch_delegate
BatchDelegate<Handler>
run abstract method
BatchDelegate class