echo abstract method

Future<EchoResponse> echo(
  1. ServiceCall call,
  2. EchoRequest request
)

Implementation

$async.Future<$32.EchoResponse> echo($grpc.ServiceCall call, $32.EchoRequest request);