getDioInterceptor method

AliceDioInterceptor getDioInterceptor()

Get Dio interceptor which should be applied to Dio instance.

Implementation

AliceDioInterceptor getDioInterceptor() {
  return AliceDioInterceptor(_aliceCore);
}