withSubscriptions method

LoggedIn withSubscriptions(
  1. List<String> newSubscribedToApps
)

Implementation

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