isWebXrAvailable method
Checks if WebXR is available on the platform.
Implementation
bool isWebXrAvailable() {
throw UnimplementedError("isWebXrAvailable() has not been implemented.");
}
Checks if WebXR is available on the platform.
bool isWebXrAvailable() {
throw UnimplementedError("isWebXrAvailable() has not been implemented.");
}