fire static method

void fire(
  1. dynamic event
)

Implementation

static void fire(event) {
  _streamController.add(event);
}