Callback0 typedef

Callback0 = void Function()

Callback function type with 0 positional arguments.

Implementation

typedef Callback0 = void Function();