disposeFaceDetection method
Dispose any resources associated with face detection.
Implementation
Future<void> disposeFaceDetection() {
throw UnimplementedError(
'disposeFaceDetection() has not been implemented.',
);
}
Dispose any resources associated with face detection.
Future<void> disposeFaceDetection() {
throw UnimplementedError(
'disposeFaceDetection() has not been implemented.',
);
}