coachingOverlayViewDidDeactivate property

VoidCallback? coachingOverlayViewDidDeactivate
getter/setter pair

This is called when the view deactivates, either manually or automatically Set this function to do any custom actions your app requires to begin the AR experience. For example, when coaching is deactivated, your app might restore custom UI.

Implementation

VoidCallback? coachingOverlayViewDidDeactivate;