TwoParamsUIEvent<T, K> typedef

TwoParamsUIEvent<T, K> = dynamic Function(T, K)

Implementation

typedef TwoParamsUIEvent<T, K> = Function(T, K);