ping_Pre method

Future<PingResponse> ping_Pre(
  1. ServiceCall call,
  2. Future<PingRequest> request
)

Implementation

$async.Future<$0.PingResponse> ping_Pre(
    $grpc.ServiceCall call, $async.Future<$0.PingRequest> request) async {
  return ping(call, await request);
}