createDioInterceptor static method

Future<ProxyInterceptor> createDioInterceptor()

Creates a Dio interceptor for proxy support using default settings

Implementation

static Future<ProxyInterceptor> createDioInterceptor() async {
  return PivoxBuilder().buildDioInterceptor();
}