url property

Future<Uri> get url

Return request url.

Implementation

Future<Uri> get url async => (await connectionAddress).replace(
      scheme: 'https',
      path: '/$remoteClientVersion/$schemaHash',
      queryParameters: {},
    );