HyperKycConfig.fromAppIdAppKey constructor
HyperKycConfig.fromAppIdAppKey({})
Create HyperKycConfig instance from appId, appKey
Implementation
HyperKycConfig.fromAppIdAppKey({
required this.appId,
required this.appKey,
required this.workflowId,
required this.transactionId,
});