This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 1 file changed +1
-3
lines changed
packages/in_app_purchase/in_app_purchase_platform_interface/lib/src
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,7 @@ abstract class InAppPurchasePlatform extends PlatformInterface {
123
123
///
124
124
/// `autoConsume` is provided as a utility and will instruct the plugin to
125
125
/// automatically consume the product after a succesful purchase.
126
- /// `autoConsume` is `true` by default. On iOS comsumable products are
127
- /// consumed automatically by the App Store and this parameter is ignored.
126
+ /// `autoConsume` is `true` by default.
128
127
///
129
128
/// This method does not return the result of the purchase. Instead, after
130
129
/// triggering this method, purchase updates will be sent to
@@ -143,7 +142,6 @@ abstract class InAppPurchasePlatform extends PlatformInterface {
143
142
/// * [buyNonConsumable] , for buying a non consumable product or
144
143
/// subscription.
145
144
/// * [restorePurchases] , for restoring non consumable products.
146
- /// * [consumePurchase] , for manually consuming products on Android.
147
145
///
148
146
/// Calling this method for non consumable items will cause unwanted
149
147
/// behaviors!
You can’t perform that action at this time.
0 commit comments