contactlutforrahman / flutter_qr_bar_scanner

A full screen mobile scanner for scanning QR Code and Bar Code.
MIT License
33 stars 69 forks source link

Use BarcodeScanner options on iOS #54

Open lichfy opened 1 year ago

lichfy commented 1 year ago

barcodeScanner(options:) Returns a barcode scanner with the given options.

Declaration SWIFT

class func barcodeScanner(options: MLKBarcodeScannerOptions) -> Self