WorkerFunc typedef

WorkerFunc = Future<bool> Function()

The definition of a worker function used in an automated sequence.

Implementation

typedef WorkerFunc = Future<bool> Function();