I'm building a Flutter app for smartphones and with same code a Flutter web app.
Both are using IRIS with a RestAPI.
As described in your documentation
I added
- "x-ISC_DispatchParent":"solidara.CorsDispatch"
in the Info block of the Swagger definition and added
- Parameter HandleCorsRequest = 1;
in the spec file after generating the RestAPI.
I also copied the example dispatch class to
- Classsolidara.






