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.

6 lines (5 loc) 224 B
import { WebPlugin } from '@capacitor/core'; import type { InAppReviewPlugin } from './definitions'; export declare class InAppReviewWeb extends WebPlugin implements InAppReviewPlugin { requestReview(): Promise<void>; }