ExtensionService class

Constructors

ExtensionService(VmService serviceClient, IsolateRef main)

Properties

hashCode int
The hash code for this object.
no setterinherited
main → IsolateRef
final
registeredMethodsForService Map<String, List<String>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceClient → VmService
final
serviceStreamName Future<String>
no setter

Methods

callMethod(String method) Future<Response?>
getDartIOVersion(String isolateId) Future<Version>
handleServiceEvent(Event e) → void
isDartIoVersionSupported({required SemanticVersion supportedVersion, required String isolateId}) Future<bool>
isProtocolVersionSupported({required SemanticVersion supportedVersion}) Future<bool>
isProtocolVersionSupportedNow({required SemanticVersion supportedVersion}) bool
loadExtensionService() Future<void>
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