makePurchaseAndroid method

Future<HeliumPurchaseResult> makePurchaseAndroid(
  1. String productId, {
  2. String? basePlanId,
  3. String? offerId,
})

Implementation

Future<HeliumPurchaseResult> makePurchaseAndroid(String productId,
    {String? basePlanId, String? offerId}) async {
  // ignore: deprecated_member_use_from_same_package
  return makePurchase(productId);
}