Callback typedef
Callback =
void Function()
A callback that has no arguments and returns nothing.
Implementation
typedef Callback = void Function();
A callback that has no arguments and returns nothing.
typedef Callback = void Function();