VoidCallback typedef

VoidCallback = void Function()

Typedef for void methods

Implementation

typedef VoidCallback = void Function();