presentCodeRedemptionSheet static method
Call the offer code redemption sheet (Apple-only)
Implementation
static Future<void> presentCodeRedemptionSheet() {
return channel.invokeMethod("presentCodeRedemptionSheet");
}
Call the offer code redemption sheet (Apple-only)
static Future<void> presentCodeRedemptionSheet() {
return channel.invokeMethod("presentCodeRedemptionSheet");
}