UNPKG

@capgo/capacitor-native-biometric

Version:

This plugin gives access to the native biometric apis for android and iOS

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