MobileScannerBarcodeException constructor
const
MobileScannerBarcodeException(
- String? message
Creates a new MobileScannerBarcodeException with the given error message.
Implementation
const MobileScannerBarcodeException(this.message);