viewOpenVisitationForAssociate method
ResponseFuture<Visitation>
viewOpenVisitationForAssociate(
- Identifier request, {
- CallOptions? options,
View the open visitation for an associate (with the given identifier), if available. Returns an empty instance if no visitation is available
Implementation
$grpc.ResponseFuture<$0.Visitation> viewOpenVisitationForAssociate(
$1.Identifier request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$viewOpenVisitationForAssociate, request,
options: options);
}