setSession method
- @protected
- @visibleForTesting
- K session
Manually update the value of sessionStatus.
Implementation
@protected
@visibleForTesting
void setSession(K session) => sessionStatus.add(session);
Manually update the value of sessionStatus.
@protected
@visibleForTesting
void setSession(K session) => sessionStatus.add(session);