startDds method

Implementation

Future<DartDevelopmentServiceLauncher> startDds(Uri uri) {
  return DartDevelopmentServiceLauncher.start(
    remoteVmServiceUri: vmServiceUriToHttp(uri),
    enableAuthCodes: enableAuthCodes,
  );
}