start method

Future<void> start()

Implementation

Future<void> start() =>
    throw UnsupportedError(
      'XRayInspectorServer is not supported on web.',
    );