Callback typedef

Callback = void Function()

Function to run when the timer expires.

Implementation

typedef Callback = void Function();