feat(in-app-purchase-2): add manageSubscriptions() (#2980)

* feat(in-app-purchase-2): add manageSubscriptions()

* feat(in-app-purchase-2): add manageSubscriptions()
This commit is contained in:
Wojciech Bubolka 2019-04-07 19:08:05 +02:00 committed by Daniel Sogl
parent 00e34877f3
commit f874185a35

View File

@ -440,4 +440,7 @@ export class InAppPurchase2 extends IonicNativePlugin {
refresh(): void {
}
@Cordova({ sync: true })
manageSubscriptions(): void {}
}