Logs the current user out of the application.
@override Future logout() { window.localStorage.removeItem('token'); return super.logout(); }