IsolateMessageHub constructor
IsolateMessageHub(
- SendPort sendPort
Creates an instance of IsolateMessageHub.
Implementation
IsolateMessageHub(this.sendPort)
: inbound = StreamController<Object?>.broadcast();