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