EventBus constructor
EventBus({
- bool sync = false,
Implementation
EventBus({bool sync = false})
: _streamController = StreamController.broadcast(sync: sync);
EventBus({bool sync = false})
: _streamController = StreamController.broadcast(sync: sync);