UNPKG

@capawesome/capacitor-badge

Version:

Capacitor plugin to access and update the badge number of the app icon.

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