VoidCallback typedef

VoidCallback = void Function()

A callback function type.

Implementation

typedef VoidCallback = void Function();