Callback typedef

Callback = dynamic Function()

A generic callback that takes no arguments.

Implementation

typedef Callback();