Closed
Description
How can we implement a Mock Data Interceptor like the one we have for DIO?
https://github.com/gabuldev/dio_interceptors/blob/master/lib/src/interceptor_mock.dart
I can see a way to modify either the outgoing request or incoming response, but can't skip the request call (no need) and simply return a Map/Data.
Is this possible w/ Chopper? I think it would be a welcomed addition 👍