VmServerConnection class Null safety
A Dart VM Service Protocol connection that delegates requests to a VmServiceInterface implementation.
One of these should be created for each client, but they should generally share the same VmServiceInterface and ServiceExtensionRegistry instances.
Constructors
-
VmServerConnection(Stream<
Map< _requestStream, StreamSink<String, Object> >Map< _responseSink, ServiceExtensionRegistry _serviceExtensionRegistry, VmServiceInterface _serviceImplementation)String, Object?> >
Properties
Methods
-
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