DataDomeInterceptor constructor
DataDomeInterceptor(
- String dataDomeKey,
- Dio dio,
- BuildContext context
Implementation
DataDomeInterceptor(String dataDomeKey, Dio dio, BuildContext context) {
this.dataDomeKey = dataDomeKey;
this.dio = dio;
this.context = context;
this.onCaptchaDisplay = null;
this.onCaptchaDismiss = null;
}