resetSessionFile method
void
resetSessionFile()
Reset the session file pointer after session switch.
Implementation
void resetSessionFile() {
_sessionFile = null;
_pendingEntries.clear();
}
Reset the session file pointer after session switch.
void resetSessionFile() {
_sessionFile = null;
_pendingEntries.clear();
}