feat(app-rate): add function navigateToAppStore() (#1719)

This commit is contained in:
Petros 2017-07-04 00:30:09 +03:00 committed by Ibby Hadeed
parent 3af23023ee
commit 0c79ac16ec

View File

@ -163,4 +163,10 @@ export class AppRate extends IonicNativePlugin {
@Cordova()
promptForRating(immediately: boolean): void { };
/**
* Immediately send the user to the app store rating page
*/
@Cordova()
navigateToAppStore(): void { };
}