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