supabase-flutter
supabase-flutter copied to clipboard
Add support for aborting/canceling requests
Is your feature request related to a problem? Please describe. It's a common use case to cancel/abort a query when it's no longer needed (e.g user scrolling fast in a paginated list, or user leaving the page/ closing a dialog before the query returns). Describe the solution you'd like Add support to cancel requests just like the JS Library
Assuming http
quest need to be cancelled, which unfortunately is not yet supported officially in http
package to abort/cancel the http
request Design an API to support aborting requests.