UNPKG

@capgo/capacitor-flash

Version:

Switch the Flashlight / Torch of your device.

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