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