detect method

Future<List> detect (dynamic image)

Implementation

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