JozzBusService constructor
JozzBusService()
Creates a new JozzBusService with a broadcast StreamController.
Implementation
JozzBusService() : _controller = StreamController<JozzEvent>.broadcast();
Creates a new JozzBusService with a broadcast StreamController.
JozzBusService() : _controller = StreamController<JozzEvent>.broadcast();