wya_do_flutter 1.2.3
wya_do_flutter: ^1.2.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: 1.0.4
iOS SDK: 1.1.3
Usage #
var result = await WyaDoFlutter.startCamera({
'license': 'licenseKey',
'mode': 'SANDBOX', // or PRODUCTION
'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.