wya_do_flutter 2.0.1
wya_do_flutter: ^2.0.1 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: 2.1.6
iOS SDK: 1.1.4
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.