UNPKG

capacitor-rate-app

Version:

Let users rate your app using native rate app dialog for both Android and iOS.

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