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.

7 lines 221 B
import { WebPlugin } from '@capacitor/core'; export class InAppReviewWeb extends WebPlugin { async requestReview() { throw this.unimplemented('Not implemented on web.'); } } //# sourceMappingURL=web.js.map