ConfirmDeviceResponse constructor

ConfirmDeviceResponse({
  1. bool? userConfirmationNecessary,
})

Implementation

ConfirmDeviceResponse({
  this.userConfirmationNecessary,
});