WorkerFunc typedef Null safety
The definition of a worker function used in an automated sequence.
Implementation
typedef WorkerFunc = Future<bool> Function();
The definition of a worker function used in an automated sequence.
typedef WorkerFunc = Future<bool> Function();