MessageBus constructor
MessageBus()
Creates a MessageBus for handling communication between the DUI SDK and native code.
Implementation
MessageBus() : _streamController = StreamController.broadcast();
Creates a MessageBus for handling communication between the DUI SDK and native code.
MessageBus() : _streamController = StreamController.broadcast();