AadhaarSdkController constructor

AadhaarSdkController(
  1. String clientId,
  2. String clientSecret,
  3. String baseUrl,
  4. String? imageUrl,
  5. bool useFaceMatch,
  6. SuccessCallback successCallback,
  7. FailureCallback failureCallback,
)

Implementation

AadhaarSdkController(
  this.clientId,
  this.clientSecret,
  this.baseUrl,
  this.imageUrl,
  this.useFaceMatch,
  this.successCallback,
  this.failureCallback,
);