UNPKG

capacitor-rate-app

Version:

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

7 lines 244 B
import { registerPlugin } from '@capacitor/core'; const RateApp = registerPlugin('RateApp', { web: () => import('./web').then(m => new m.RateAppWeb()), }); export * from './definitions'; export { RateApp }; //# sourceMappingURL=index.js.map