DetectFacesRequest.cropAllFaces constructor
      
      DetectFacesRequest.cropAllFaces(
    
- Uint8List image
Creates a request for cropped portraits of all the people in the image.
image - Image base64.
Implementation
DetectFacesRequest.cropAllFaces(Uint8List image)
    : _image = image,
      _scenario = DetectFacesScenario.CROP_ALL_FACES;