LazyCallback<T> typedef

LazyCallback<T> = T Function()

Lazy callback

Implementation

typedef LazyCallback<T> = T Function();