initializeFaceDetection method
Initialize the underlying face detection model/session.
Implementation
Future<void> initializeFaceDetection() {
throw UnimplementedError(
'initializeFaceDetection() has not been implemented.',
);
}
Initialize the underlying face detection model/session.
Future<void> initializeFaceDetection() {
throw UnimplementedError(
'initializeFaceDetection() has not been implemented.',
);
}