isWebXrAvailable method

bool isWebXrAvailable()

Checks if WebXR is available on the platform.

Implementation

bool isWebXrAvailable() {
  throw UnimplementedError("isWebXrAvailable() has not been implemented.");
}