echo abstract method

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

Implementation

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