EventHandler<T> typedef

EventHandler<T> = dynamic Function(T? data)

Implementation

typedef EventHandler<T> = dynamic Function(T? data);