diff --git a/src/@ionic-native/plugins/app-rate/index.ts b/src/@ionic-native/plugins/app-rate/index.ts index 5ede569eb..29898e786 100644 --- a/src/@ionic-native/plugins/app-rate/index.ts +++ b/src/@ionic-native/plugins/app-rate/index.ts @@ -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 { }; + }