logout method
void
logout()
Delete the user credentials from the client to log out the user
Implementation
void logout() => LogbotSecureStorageManager().clear();
Delete the user credentials from the client to log out the user
void logout() => LogbotSecureStorageManager().clear();