Logs the current user out of the application.
@override Future<void> logout() async { authToken = null; }