CustomGiveawayTermsAndConditionsClickCallback typedef

CustomGiveawayTermsAndConditionsClickCallback = FutureOr<void> Function(CustomGiveawayTermsAndConditionsClickEvent? event)

Implementation

typedef CustomGiveawayTermsAndConditionsClickCallback = FutureOr<void> Function(
    CustomGiveawayTermsAndConditionsClickEvent? event);