Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Prev Previous commit
Next Next commit
merge master and fix analyzer error
  • Loading branch information
Chris Yang committed Dec 6, 2019
commit a44756f913e00b27374770417fdbc4a3e7c88fe2
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ abstract class InAppPurchaseConnection {
///
/// The optional parameter `developerPayload` only works on Android.
Future<BillingResultWrapper> completePurchase(PurchaseDetails purchase,
{String developerPayload = null});
{String developerPayload});

/// (Play only) Mark that the user has consumed a product.
///
Expand All @@ -202,7 +202,7 @@ abstract class InAppPurchaseConnection {
///
/// This throws an [UnsupportedError] on iOS.
Future<BillingResultWrapper> consumePurchase(PurchaseDetails purchase,
{String developerPayload = null});
{String developerPayload});

/// Query all previous purchases.
///
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.