Skip to content

Commit 1997fd7

Browse files
amirhEgor
authored andcommitted
[in_app_purchase] Remove unused method from example app (flutter#2474)
1 parent 5642763 commit 1997fd7

File tree

1 file changed

+0
-3
lines changed
  • packages/in_app_purchase/example/lib

1 file changed

+0
-3
lines changed

packages/in_app_purchase/example/lib/main.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,6 @@ class _MyAppState extends State<MyApp> {
360360
// handle invalid purchase here if _verifyPurchase` failed.
361361
}
362362

363-
static ListTile buildListCard(ListTile innerTile) =>
364-
ListTile(title: Card(child: innerTile));
365-
366363
void _listenToPurchaseUpdated(List<PurchaseDetails> purchaseDetailsList) {
367364
purchaseDetailsList.forEach((PurchaseDetails purchaseDetails) async {
368365
await InAppPurchaseConnection.instance.consumePurchase(purchaseDetails);

0 commit comments

Comments
 (0)