DetectFacesRequest.cropAllFaces constructor

DetectFacesRequest.cropAllFaces(
  1. Uint8List image
)

Implementation

DetectFacesRequest.cropAllFaces(Uint8List image)
    : _image = image,
      _scenario = DetectFacesScenario.CROP_ALL_FACES;