presentCodeRedemptionSheet method
Present Code Redemption Sheet
Use this to allow Users to enter and redeem Codes
This method triggers -[SKPayment presentCodeRedemptionSheet]
Implementation
Future<void> presentCodeRedemptionSheet() async {
await _hostApi.presentCodeRedemptionSheet();
}