whenSubscriptionCount method

Stream<ChannelReadEvent> whenSubscriptionCount()

Implementation

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