-
-
Notifications
You must be signed in to change notification settings - Fork 398
Description
Is your feature request related to a problem? Please describe.
We're actually, trying to remove the dependency of the Flutter-Chucker on our project, and we've created a pigeon to actually communicate the HTTP calls whatever happens in our Flutter Views, and in-order to map the particular payload and load it to the Response and Request in our native chucker (iOS) provided by Netfox, we need these 2 particular functions to be exposed, so that we can access and pass our HTTPPayload.
Describe the solution you'd like
Kindly expose the saveResponse and SaveRequest Method in NFXHTTPModel class.
Describe alternatives you've considered
Forked the repository, saved it to the local and edited the code and tried, working as expected but open to any-other solutions provided.