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 ToolConfiguration toolConfiguration}) → Future<Dwds>