MobileScannerBarcodeException constructor

const MobileScannerBarcodeException(
  1. String? message
)

Creates a new MobileScannerBarcodeException with the given error message.

Implementation

const MobileScannerBarcodeException(this.message);