EventFunction<R> typedef

EventFunction<R> = void Function(R data)

Implementation

typedef EventFunction<R> = void Function(R data);