InterceptorOptions constructor
InterceptorOptions({
- dynamic response(
- dynamic res
- dynamic error(
- dynamic e
Implementation
InterceptorOptions({this.response, this.error});