ServiceConnectionManager class
ref: devtools_app :: ServiceConnectionManager
Constructors
Properties
- connected → bool
-
no setterinherited
- context → ReactiveContext
-
Override this method to use a custom context.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isolateManager → IsolateManager
-
finalinherited
-
registeredMethodsForService
→ Map<
String, List< String> > -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service ↔ VmService?
-
getter/setter pairinherited
- vm ↔ VM?
-
getter/setter pairinherited
Methods
-
callService(
String name, {String? isolateId, Map< String, dynamic> ? args}) → Future<Response> -
Call a service that is registered by exactly one client.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
performHotRestart(
) → Future< void> -
This can throw an
RPCError
.inherited -
toString(
) → String -
A string representation of this object.
inherited
-
vmServiceOpened(
VmService service) → Future< void> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited