unsubscribe method

  1. @mustCallSuper
void unsubscribe()

Presets this current state with new status - ChannelStatus.unsubscribed

Implementation

@mustCallSuper
void unsubscribe() {
  _setUnsubscribedStatus();
}