Can FlutterFlow folks share more details on what we can do with this new feature?
The most important thing is to be able to add a sort of retry logic (i.e. the interceptor has access to the original call details and can trigger a retry) else going by the loops and stuff is so... inefficient!
Update: I just tried it out in my project. The interceptor isn't called at all.... Yes, you can define it but triggering that API call doesn't trigger the interceptor. You can also see that nothing in the project will call the interceptor. The names of the parameters looks hopeful though! I can see a "retryFn"!!!