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