start method
      
void
start()
      
     
    
Starts the relay service.
Implementation
void start() {
  _host.setStreamHandler(CircuitV2Protocol.protoIDv2Hop, (stream, remotePeer) => _handleStream(stream));
  _startGarbageCollection();
}Starts the relay service.
void start() {
  _host.setStreamHandler(CircuitV2Protocol.protoIDv2Hop, (stream, remotePeer) => _handleStream(stream));
  _startGarbageCollection();
}