whenSubscriptionCount method
Implementation
Stream<ChannelReadEvent> whenSubscriptionCount() => bind(
Channel.subscriptionsCountEventName,
);
Stream<ChannelReadEvent> whenSubscriptionCount() => bind(
Channel.subscriptionsCountEventName,
);