Log the current user out and remove an data stored locally by the user e.g. drafts.
await authService.logout() Copy
await authService.logout()
Log the current user out and remove an data stored locally by the user e.g. drafts.
Example