startSession method

Future<void> startSession()

Starts a WebXR session.

Implementation

Future<void> startSession() {
  throw UnimplementedError("startSession() has not been implemented.");
}