presentFaceDetection method

Future<String?> presentFaceDetection()

Presents the face detection UI and returns a base64 encoded image

Implementation

Future<String?> presentFaceDetection() {
  throw UnimplementedError(
    'presentFaceDetection() has not been implemented.',
  );
}