Handler class abstract

Annotations
  • @visibleForTesting

Constructors

Handler()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

detectRootPackageForVmService({required String vmServiceUriAsString, required Uri vmServiceUri, required bool connected, required ServerApi api, required DartToolingDaemon dtd}) Future<DetectRootPackageResponse>
handleNotifyForVmServiceConnection(ServerApi api, Map<String, String> queryParams, DTDConnectionInfo? dtd) Future<Response>
updateDtdWorkspaceRoots(DartToolingDaemon dtd, {required DTDConnectionInfo dtdConnectionInfo, required Uri rootFromVmService, required bool connected, required ServerApi api}) Future<Response>