echo abstract method

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

Implementation

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