detect method

Future<List<DetectedBarcode>> detect (dynamic image)

Implementation

Future<List<DetectedBarcode>> detect(/*ImageBitmapSource*/ image) =>
    promiseToFuture<List<DetectedBarcode>>(
        JS("", "#.detect(#)", this, image));