UNPKG

capacitor-notification-reader

Version:

Capacitor plugin to read and persist Android notifications with RoomDB storage

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