onSessionInterruptionEnded property

VoidCallback? onSessionInterruptionEnded
getter/setter pair

This is called when a session interruption has ended. A session will continue running from the last known state once the interruption has ended. If the device has moved, anchors will be misaligned.

Implementation

VoidCallback? onSessionInterruptionEnded;