DisposeCallback<T> typedef

DisposeCallback<T> = void Function(T hook)

Implementation

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