In a flutter app with a django backend: where the server token can be saved in the app? In a browser the token is saved in the browser local storage or as a cookie but I don't have a clue how is this done in flutter.
In a flutter app with a django backend: where the server token can be saved in the app? In a browser the token is saved in the browser local storage or as a cookie but I don't have a clue how is this done in flutter.