initializeFaceDetection method

Future<void> initializeFaceDetection()

Initialize the underlying face detection model/session.

Implementation

Future<void> initializeFaceDetection() {
  throw UnimplementedError(
    'initializeFaceDetection() has not been implemented.',
  );
}