OnChange<T> typedef

OnChange<T> = void Function(T data)

Implementation

typedef OnChange<T> = void Function(T data);