sendHumanResetPasswordNotification method

ResponseFuture<SendHumanResetPasswordNotificationResponse> sendHumanResetPasswordNotification(
  1. SendHumanResetPasswordNotificationRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.SendHumanResetPasswordNotificationResponse>
    sendHumanResetPasswordNotification(
        $1.SendHumanResetPasswordNotificationRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$sendHumanResetPasswordNotification, request,
      options: options);
}