createDioInterceptor static method
Creates a Dio interceptor for proxy support using default settings
Implementation
static Future<ProxyInterceptor> createDioInterceptor() async {
return PivoxBuilder().buildDioInterceptor();
}
Creates a Dio interceptor for proxy support using default settings
static Future<ProxyInterceptor> createDioInterceptor() async {
return PivoxBuilder().buildDioInterceptor();
}