Callback<T> typedef

Callback<T> = void Function()

Implementation

typedef Callback<T> = void Function();