echo abstract method

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

Implementation

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