interceptors property

  1. @override
Interceptors interceptors
inherited

Each Dio instance has a interceptor group by which you can intercept requests or responses before they are ended.

Implementation

@override
Interceptors get interceptors => _interceptors;