removeUserStatusListeners method

void removeUserStatusListeners()

Implementation

void removeUserStatusListeners() {
  RTListener.clientInstance!.stopSubscriptionForChannel(
      _channel, SubscriptionNames.PUB_SUB_USERS.toShortString());
}