import { BiometricWrapper } from '@awesome-cordova-plugins/biometric-wrapper/ngx';
constructor(private biometricWrapper: BiometricWrapper) { }
...
this.biometricWrapper.activateIris({'PID_XML': '<pid-xml/>'})
.then((res: any) => )
.catch((error: any) => );