Dwds class

The Dart Web Debug Service.

Properties

connectedApps Stream<AppConnection>
no setter
events Stream<DwdsEvent>
no setter
extensionDebugConnections StreamController<DebugConnection>
no setter
handler → Handler
final
hashCode int
The hash code for this object.
no setterinherited
middleware → Middleware
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debugConnection(AppConnection appConnection) Future<DebugConnection>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

start({required AssetReader assetReader, required Stream<BuildResult> buildResults, required ConnectionProvider chromeConnection, required LoadStrategy loadStrategy, required bool enableDebugging, ExpressionCompiler? expressionCompiler, bool enableDebugExtension = false, String hostname = 'localhost', bool useSseForDebugProxy = true, bool useSseForDebugBackend = true, bool useSseForInjectedClient = true, UrlEncoder? urlEncoder, bool spawnDds = true, bool enableDevtoolsLaunch = true, DevtoolsLauncher? devtoolsLauncher, bool launchDevToolsInNewWindow = true, bool emitDebugEvents = true, bool isInternalBuild = false, Future<bool> isFlutterApp()?}) Future<Dwds>