makeXRCompatible method

Future<void> makeXRCompatible()

Implementation

Future<void> makeXRCompatible() async{
  throw('Web Only!');
}