NegotiationStreamWrapper constructor

NegotiationStreamWrapper(
  1. TransportConn _conn, [
  2. String _protocolId = 'negotiator'
])

Implementation

NegotiationStreamWrapper(this._conn, [this._protocolId = 'negotiator']);