hubSink property Null safety
read / write
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;