VoidCallback typedef

VoidCallback = void Function()

typedef for void callback

Implementation

typedef VoidCallback = void Function();