We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5642763 commit 1997fd7Copy full SHA for 1997fd7
packages/in_app_purchase/example/lib/main.dart
@@ -360,9 +360,6 @@ class _MyAppState extends State<MyApp> {
360
// handle invalid purchase here if _verifyPurchase` failed.
361
}
362
363
- static ListTile buildListCard(ListTile innerTile) =>
364
- ListTile(title: Card(child: innerTile));
365
-
366
void _listenToPurchaseUpdated(List<PurchaseDetails> purchaseDetailsList) {
367
purchaseDetailsList.forEach((PurchaseDetails purchaseDetails) async {
368
await InAppPurchaseConnection.instance.consumePurchase(purchaseDetails);
0 commit comments