Ends a WebXR session.
@override Future<void> endSession() async { try { await xrController.endSession(); } catch (e) { throw Exception('Failed to end session'); } }