InspectorApi class Null safety
Constructors
- InspectorApi(Client _client)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
onDetached
→ Stream<
String> -
Fired when remote debugging connection is about to be terminated. Contains detach reason.
read-only
- onTargetCrashed → Stream
-
Fired when debugging target has crashed
read-only
- onTargetReloadedAfterCrash → Stream
-
Fired when debugging target has reloaded after crash
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
disable(
) → Future< void> - Disables inspector domain notifications.
-
enable(
) → Future< void> - Enables inspector domain notifications.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited