withSubscriptions method
Implementation
LoggedIn withSubscriptions(List<String> newSubscribedToApps) {
return LoggedIn._(
usr,
member,
postLoginAction,
apps,
accesses,
newSubscribedToApps,
blockedMembers,
playstoreApp: playstoreApp,
newForceRefresh: forceRefresh,
);
}