MobileScannerException constructor

const MobileScannerException({
  1. required MobileScannerErrorCode errorCode,
  2. MobileScannerErrorDetails? errorDetails,
})

Implementation

const MobileScannerException({
  required this.errorCode,
  this.errorDetails,
});