removeCommandListeners method

void removeCommandListeners()

Implementation

void removeCommandListeners() {
  RTListener.clientInstance!.stopSubscriptionForChannel(
      _channel, SubscriptionNames.PUB_SUB_COMMANDS.toShortString());
}