AcceptInboundConnectionResponse constructor

AcceptInboundConnectionResponse({
  1. InboundConnection? connection,
})

Implementation

AcceptInboundConnectionResponse({
  this.connection,
});