viewBirthdaysOn method

ResponseFuture<UsersList> viewBirthdaysOn(
  1. MonthAndDayFilter request, {
  2. CallOptions? options,
})

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);
}