AnyInspect class Null safety
- Mixed in types
Properties
-
allPlugins
→ List<
AnyInspectPlugin> -
read-only
- assistiveBall ↔ AnyInspectAssistiveBallManager
-
read / write
- client → AnyInspectClient
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
addPlugin(
AnyInspectPlugin plugin) → void -
getPlugin(
String pluginId) → AnyInspectPlugin -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
onConnect(
AnyInspectClient client) → void -
override
-
onDisconnect(
AnyInspectClient client) → void -
override
-
removePlugin(
AnyInspectPlugin plugin) → void -
start(
) → Future< void> -
stop(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → AnyInspect
-
The shared instance of AnyInspect.
final