wya_do_flutter 2.1.3
wya_do_flutter: ^2.1.3 copied to clipboard
WYA Biometrics SDK for Flutter. Package supports iOS and Android to verify users identity.
wya-do-flutter #
WYA Digital Onboarding SDK flutter plugin.
Android SDK: 3.2.6
iOS SDK: 1.1.7
Usage #
var result = await WyaDoFlutter.startCamera({
'license': 'licenseKey',
'mode': 'SANDBOX', // or PROD
'idType': 'ARG_3'
});
Parameters details:
license: Required. This is the JWT sdk token.mode: Required. This is the environment of WYA API's.idType: Required. This is the ID of the document Type.