Future loginWithTokenAndUser(String token, T user, {bool notify = true}) async { _updateToken(token); updateUser(user); if (notify) notifyListeners(); }