IsolateMessageHub constructor

IsolateMessageHub(
  1. SendPort sendPort
)

Creates an instance of IsolateMessageHub.

Implementation

IsolateMessageHub(this.sendPort)
    : inbound = StreamController<Object?>.broadcast();