VoidCallback typedef

VoidCallback = void Function()

Callback with no arguments.

Implementation

typedef VoidCallback = void Function();