ConfirmConnectionResponse constructor

ConfirmConnectionResponse({
  1. ConnectionState? connectionState,
})

Implementation

ConfirmConnectionResponse({
  this.connectionState,
});