echo abstract method

Future<ResponseEcho> echo(
  1. ServiceCall call,
  2. RequestEcho request
)

Implementation

$async.Future<$0.ResponseEcho> echo(
    $grpc.ServiceCall call, $0.RequestEcho request);