RejectInboundConnectionResponse constructor

RejectInboundConnectionResponse({
  1. InboundConnection? connection,
})

Implementation

RejectInboundConnectionResponse({
  this.connection,
});