You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No immediate plans but I'll create a PR if there's interest. There is some more work required before this would be possible though as I haven't looked into adding cancellation to the cronet_http, cupertino_http, or java_http plugins yet. There would also need to be some consideration around where the CancellationToken class should go. Currently it's part of a separate package so it can be used for other async tasks, but official Dart packages only depend on other official packages.
You may be interested in following dart-lang#424 where there's some discussion on the possible approaches for adding cancellation to the original package.
I'm curious if you think this is something they would want to merge, since there is no way to cancel requests as of now.
The text was updated successfully, but these errors were encountered: