stop method

void stop()

Implementation

void stop() {
  if (ddpClient._connectionStatus.connected) {
    ddpClient._sendMsgUnsub(subId);
  }
}