presentCodeRedemptionSheet static method

Future<void> presentCodeRedemptionSheet()

Present code redemption (iOS only)

Implementation

static Future<void> presentCodeRedemptionSheet() async {
  await _invokeMethod('presentCodeRedemptionSheet', {});
}