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

Commit 967abdb

Browse files
committed
Fix analysis warnings
1 parent 656c1be commit 967abdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44

55
import 'in_app_purchase_platform.dart';
66

7+
/// Temporary no-operation implementation of the [InAppPurchasePlatform] which
8+
/// was added to return as default implementation for the [InAppPurchasePlatform.instance]
9+
/// property.
710
class NoopInAppPurchase extends InAppPurchasePlatform {}

0 commit comments

Comments
 (0)