Initialize the underlying face detection model/session.
@override Future<void> initializeFaceDetection() async { await FaceDetector.initialize(); }