VoidCallback typedef

VoidCallback = void Function()

Typedef for cleanup callbacks.

Implementation

typedef VoidCallback = void Function();