Dispose any resources associated with face detection.
@override Future<void> disposeFaceDetection() async { await FaceDetector.dispose(); }