conn property

  1. @override
Conn get conn
override

Returns the connection this stream is part of

Implementation

@override
Conn get conn => throw UnimplementedError('conn not needed for negotiation wrapper');