setSession method
Sets the session ID and resets the sequence counter.
Implementation
void setSession(String sessionId) {
_sessionId = sessionId;
}
Sets the session ID and resets the sequence counter.
void setSession(String sessionId) {
_sessionId = sessionId;
}