Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed wrong casting in checkSubscribed method (#368)
secures ``` flutter: type 'Future<List<PurchasedItem>?>' is not a subtype of type 'FutureOr<List<PurchasedItem>>' in type cast flutter: #0 FlutterInappPurchase.checkSubscribed (package:flutter_inapp_purchase/flutter_inapp_purchase.dart:509:39) ```
- Loading branch information