Closed
Description
With Chopper is there a way that we can utilise Isolates
/ compute()
for loading and parsing large documents?
https://flutter.dev/docs/cookbook/networking/background-parsing
https://api.flutter.dev/flutter/dart-isolate/Isolate-class.html
I have seen that some Devs are moving to Dio as it can already do this 👉 README.md, but I am quite invested in Chopper and don't really want to rework my network layer.
Is it possible, or could such a feature be added?
Thanks!