makeXRCompatible method

Future<void> makeXRCompatible()

Implementation

Future<void> makeXRCompatible() async{
  JSPromise<JSAny?> jsp = glMakeXRCompatible(_gl);
  await jsp.toDart;
}