AadhaarSdkController constructor
AadhaarSdkController(
- String clientId,
- String clientSecret,
- String baseUrl,
- String? imageUrl,
- bool useFaceMatch,
- SuccessCallback successCallback,
- FailureCallback failureCallback,
Implementation
AadhaarSdkController(
this.clientId,
this.clientSecret,
this.baseUrl,
this.imageUrl,
this.useFaceMatch,
this.successCallback,
this.failureCallback,
);