Dispatch<Event> constructor

Dispatch<Event>(
  1. void _func(
    1. Event event
    )
)

Implementation

Dispatch(this._func);