exitXr method
Implementation
Future<void> exitXr() async {
await _invoke<void>("exitXr");
value = value.copyWith(isXrActive: false);
}
Future<void> exitXr() async {
await _invoke<void>("exitXr");
value = value.copyWith(isXrActive: false);
}