sendDonation(_:)
Asynchronously donates an event with no associated Donation value.
Declaration
func sendDonation(_ completion: (@Sendable () -> Void)? = nil) where DonationInfo == Tips.EmptyDonationParameters
- completion:
Called upon completion of the event donation.