subscribe method

  1. @mustCallSuper
void subscribe()

Presets this current state with new status - ChannelStatus.pendingSubscription

Implementation

@mustCallSuper
void subscribe() {
  _ensureStatusPendingBeforeSubscribe();
}