dds library

A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.

Classes

DartDevelopmentService
An intermediary between a Dart VM service and its clients that offers additional functionality on top of the standard VM service protocol.
DevToolsConfiguration

Typedefs

UriConverter = String? Function(String uri)

Exceptions / Errors

DartDevelopmentServiceException
Thrown by DDS during initialization failures, unexpected connection issues, and when attempting to spawn DDS when an existing DDS instance exists.
ExistingDartDevelopmentServiceException
Thrown when attempting to start a new DDS instance when one already exists.