detect method

Future<List> detect (
  1. dynamic image
)

Implementation

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