ResponseInterceptor<T> constructor
ResponseInterceptor<T> ({
- required Future<
ResponseInterceptorFlow> interceptor(- Response response
- ResponseInterceptor<
T> ? next,
Implementation
ResponseInterceptor({required this.interceptor, this.next});