logout

Logs the user out. The user has to go to the login screen again to get access.

Example Usages

app.logout();

Return Values

Function does not explicitly produce return value.

Last updated