hubSink property
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;
Target for sending messages to other ApplicationChannel.messageHubs.
Events are added to this property by instances of ApplicationMessageHub and should not otherwise be used.
EventSink<dynamic>? hubSink;