UNPKG

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

Version:

Capacitor plugin to run a foreground service on Android.

5 lines 207 B
import { registerPlugin } from '@capacitor/core'; const ForegroundService = registerPlugin('ForegroundService'); export * from './definitions'; export { ForegroundService }; //# sourceMappingURL=index.js.map