InspectorApi class
Constructors
- InspectorApi(Client _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onDetached
→ Stream<
String> -
Fired when remote debugging connection is about to be terminated. Contains detach reason.
no setter
-
onTargetCrashed
→ Stream<
void> -
Fired when debugging target has crashed
no setter
-
onTargetReloadedAfterCrash
→ Stream<
void> -
Fired when debugging target has reloaded after crash
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disable(
) → Future< void> - Disables inspector domain notifications.
-
enable(
) → Future< void> - Enables inspector domain notifications.
-
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