stop method

void stop()

Implementation

void stop() {
  _forwardLog = false;
  CanaryWebSocket.instance.clear();
}