disposeFaceDetection method

Future<void> disposeFaceDetection()

Dispose any resources associated with face detection.

Implementation

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