onSuccess method

void onSuccess()

Implementation

void onSuccess() {
  _aadhaarSdkController.successCallback(responseData.value.toRawJson());
}