hubSink property

EventSink? hubSink
getter/setter pair

Target for sending messages to other ApplicationChannel.messageHubs.

Events are added to this property by instances of ApplicationMessageHub and should not otherwise be used.

Implementation

EventSink<dynamic>? hubSink;