echo_Pre method

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

Implementation

$async.Future<$0.ResponseEcho> echo_Pre(
    $grpc.ServiceCall call, $async.Future<$0.RequestEcho> request) async {
  return echo(call, await request);
}