heartbeat_Pre method
Implementation
$async.Future<$0.ProjectResponse> heartbeat_Pre(
$grpc.ServiceCall call, $async.Future<$0.ProjectRequest> request) async {
return heartbeat(call, await request);
}
$async.Future<$0.ProjectResponse> heartbeat_Pre(
$grpc.ServiceCall call, $async.Future<$0.ProjectRequest> request) async {
return heartbeat(call, await request);
}