UNPKG

@capawesome-team/capacitor-android-foreground-service

Version:

Capacitor plugin to run a foreground service on Android.

5 lines (4 loc) 181 B
import type { ForegroundServicePlugin } from './definitions'; declare const ForegroundService: ForegroundServicePlugin; export * from './definitions'; export { ForegroundService };