HyperKycConfig.fromAppIdAppKey constructor

HyperKycConfig.fromAppIdAppKey({
  1. required String? appId,
  2. required String? appKey,
  3. required String? workflowId,
  4. required String? transactionId,
})

Create HyperKycConfig instance from appId, appKey

Implementation

HyperKycConfig.fromAppIdAppKey({
  required this.appId,
  required this.appKey,
  required this.workflowId,
  required this.transactionId,
});