getDetector method

Future<IBarcodeDetector> getDetector()

Implementation

Future<IBarcodeDetector> getDetector() async => isDesktop ? zxing.BarcodeDetector() : mlkit.BarcodeDetector();