TaskFunction typedef

TaskFunction = void Function()

The signature for task functions.

Implementation

typedef TaskFunction = void Function();