added restorePurchases to iap stub

This commit is contained in:
Vadim 2024-04-09 22:27:36 +02:00
parent fff510d4f2
commit 1689ec0496

View file

@ -32,6 +32,8 @@ class IAPProductsProviderState extends State<IAPProductsProvider> {
}
Future<void> buy(IAPProductType type) async {}
Future<void> restorePurchases() async {}
}
class IAPProducts extends InheritedModel<IAPProductType> {