Callback0 typedef

Callback0 = void Function()

A callback with no argument.

Implementation

typedef Callback0 = void Function();