Callback<T> typedef

Callback<T> = T Function()

Implementation

typedef Callback<T> = T Function();