presentCodeRedemptionSheet static method

Future<void> presentCodeRedemptionSheet()

iOS only. Presents a code redemption sheet, useful for redeeming offer codes Refer to https://docs.revenuecat.com/docs/ios-subscription-offers#offer-codes for more information on how to configure and use offer codes

Implementation

static Future<void> presentCodeRedemptionSheet() async {
 return rc.Purchases.presentCodeRedemptionSheet();
}