mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-24 00:10:47 +00:00
added restorePurchases
to iap stub
This commit is contained in:
parent
fff510d4f2
commit
1689ec0496
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ class IAPProductsProviderState extends State<IAPProductsProvider> {
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> buy(IAPProductType type) async {}
|
Future<void> buy(IAPProductType type) async {}
|
||||||
|
|
||||||
|
Future<void> restorePurchases() async {}
|
||||||
}
|
}
|
||||||
|
|
||||||
class IAPProducts extends InheritedModel<IAPProductType> {
|
class IAPProducts extends InheritedModel<IAPProductType> {
|
||||||
|
|
Loading…
Reference in a new issue