heartbeat_Pre method
Implementation
$async.Future<$1.MercuryResponse> heartbeat_Pre(
$grpc.ServiceCall call, $async.Future<$1.MercuryRequest> request) async {
return heartbeat(call, await request);
}
$async.Future<$1.MercuryResponse> heartbeat_Pre(
$grpc.ServiceCall call, $async.Future<$1.MercuryRequest> request) async {
return heartbeat(call, await request);
}