dispatch abstract method

void dispatch(
  1. dynamic event
)

Alerts a client of an event.

Implementation

void dispatch(event);