easyKeyriAuth method
Call this method to launch in-app scanner and delegate authentication to SDK.
Implementation
Future<bool> easyKeyriAuth(String payload, {String? publicUserId}) {
return KeyriPlatform.instance.easyKeyriAuth(_appKey, _publicApiKey,
_serviceEncryptionKey, _detectionsConfig, payload, publicUserId);
}