dispatch function

void dispatch(
  1. dynamic event
)

Implementation

void dispatch(event) {
  return channel.sink.add(event);
}