removeCommandListeners method

void removeCommandListeners()

Implementation

void removeCommandListeners() {
  _rt!.removeCommandListeners();
  _rt!.removeWaitingSubscriptions(
      subscriptionName: SubscriptionNames.PUB_SUB_COMMANDS.toShortString());
}