withCodec method
Builder: set the codec negotiation token.
Implementation
CapabilityHandshake withCodec(String codec) => _copy(codec: codec);
Builder: set the codec negotiation token.
CapabilityHandshake withCodec(String codec) => _copy(codec: codec);