ListenerCallback<T> typedef

ListenerCallback<T> = void Function(T hook)

Implementation

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