batchScheduleFn property

void Function(void callback())? batchScheduleFn
final

A scheduling function

Implementation

final void Function(void Function() callback)? batchScheduleFn;