onARViewVisibilityChanged property
final
This event is triggered each time the AR View visibility changed
the callback parameter isVisible is a bool that refers to the new state of the AR view
Implementation
final OnARViewVisibilityChangedCallback? onARViewVisibilityChanged;