detect method

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

Implementation

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