dispatch static method

dynamic dispatch(
  1. dynamic event
)

Implementation

static dispatch(dynamic event) {
  channel.dispatch(event);
}