UNPKG

@capacitor-community/in-app-review

Version:

Lets you prompt users to submit app store ratings and reviews without leaving your app - using platform native dialogs.

4 lines (3 loc) 75 B
export interface InAppReviewPlugin { requestReview(): Promise<void>; }