UNPKG

capacitor-notification-reader

Version:

Capacitor plugin to read and persist Android notifications with RoomDB storage

5 lines (4 loc) 185 B
import type { NotificationReaderPlugin } from './definitions'; declare const NotificationReader: NotificationReaderPlugin; export * from './definitions'; export { NotificationReader };