viewBirthdaysOn method
View all users with birthdays on the given date
Implementation
$grpc.ResponseFuture<$0.UsersList> viewBirthdaysOn(
$1.MonthAndDayFilter request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$viewBirthdaysOn, request, options: options);
}