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