ping_Pre method

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

Implementation

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