sendDonation(_:_:)
Asynchronously donates an event along with its associated Donation value.
Declaration
func sendDonation(_ donation: DonationInfo, _ completion: (@Sendable () -> Void)? = nil)Parameters
- donation:
Associated donation value.
- completion:
Called upon completion of the event donation.