reportUnsupported method

void reportUnsupported()

Called by UArView on platforms with no AR / 3D support.

Implementation

void reportUnsupported() {
  if (value.state == UArSessionState.error) return;
  _fail(const UArException(code: UArErrorCode.unsupported, message: "AR and 3D are not available on this platform"));
}