VoidCallback typedef

VoidCallback = void Function()

Signature for callbacks with no arguments.

Implementation

typedef VoidCallback = void Function();