This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
packages/in_app_purchase/in_app_purchase_platform_interface/lib/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,8 +123,7 @@ abstract class InAppPurchasePlatform extends PlatformInterface {
123123 ///
124124 /// `autoConsume` is provided as a utility and will instruct the plugin to
125125 /// 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.
128127 ///
129128 /// This method does not return the result of the purchase. Instead, after
130129 /// triggering this method, purchase updates will be sent to
@@ -143,7 +142,6 @@ abstract class InAppPurchasePlatform extends PlatformInterface {
143142 /// * [buyNonConsumable] , for buying a non consumable product or
144143 /// subscription.
145144 /// * [restorePurchases] , for restoring non consumable products.
146- /// * [consumePurchase] , for manually consuming products on Android.
147145 ///
148146 /// Calling this method for non consumable items will cause unwanted
149147 /// behaviors!
You can’t perform that action at this time.
0 commit comments