StreamEventEmitter constructor
StreamEventEmitter({
- bool sync = true,
Implementation
StreamEventEmitter({ bool sync = true }) : controller = StreamController<Event>.broadcast(sync: sync);
StreamEventEmitter({ bool sync = true }) : controller = StreamController<Event>.broadcast(sync: sync);