fire method
void
fire(
- dynamic event
Fires a new event on the event bus with the specified event
.
Implementation
void fire(event) {
streamController.add(event);
}
Fires a new event on the event bus with the specified event
.
void fire(event) {
streamController.add(event);
}