TestEchoServiceBase class abstract

Inheritance
Annotations

Constructors

TestEchoServiceBase()

Properties

$name String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
echo(ServiceCall call, EchoRequest request) Future<EchoResponse>
echo_Pre(ServiceCall call, Future<EchoRequest> request) Future<EchoResponse>
echoBiDi(ServiceCall call, Stream<EchoBiDiRequest> request) Stream<EchoBiDiResponse>
echoMultiple(ServiceCall call, EchoMultipleRequest request) Stream<EchoMultipleResponse>
echoMultiple_Pre(ServiceCall call, Future<EchoMultipleRequest> request) Stream<EchoMultipleResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stop(ServiceCall call, StopRequest request) Future<StopResponse>
stop_Pre(ServiceCall call, Future<StopRequest> request) Future<StopResponse>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited