worker property

Future<void> Function() worker
final

Callback function representing the asynchronous task to be executed.

Implementation

final Future<void> Function() worker;