detect method - FaceDetector class - dart:html library
description
Future<List<dynamic>> detect(/*ImageBitmapSource*/ image) => promiseToFuture<List<dynamic>>(JS("", "#.detect(#)", this, image));