Callback<T> typedef

Callback<T> = void Function(T value)

Implementation

typedef Callback<T> = void Function(T value);