ListenerCallback<T> typedef

ListenerCallback<T> = void Function(T)

Implementation

typedef ListenerCallback<T> = void Function(T);