I'm using Refit 6 in unity for rest calls but when project is built for Android getting below error. Message: MissingMethodException: Constructor on type 'Refit
I am reading Refit's https://github.com/reactiveui/refit#body-content document and understand what Body attribute when used for the 4 possibilities. My question