OnClose<T> typedef

OnClose<T> = void Function(T value)

Implementation

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