Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 3d6e5fe

Browse files
committed
Removed platform specific comments
1 parent 8531a1d commit 3d6e5fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/in_app_purchase/in_app_purchase_platform_interface/lib/src/in_app_purchase_platform.dart

+1-3
Original file line numberDiff line numberDiff 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!

0 commit comments

Comments
 (0)