fire method

void fire(
  1. dynamic event
)

Implementation

void fire(event) {
  streamController.add(event);
}