Actions
Unlike getters, actions can be asynchronous, you can await inside of actions any API call or even other actions
You are also completely free to set whatever arguments you want and return anything
Unlike getters, actions can be asynchronous, you can await inside of actions any API call or even other actions
You are also completely free to set whatever arguments you want and return anything