closeSession method
Remove and close the session associated with streamId.
Implementation
void closeSession(int streamId) {
_sessions.remove(streamId);
}
Remove and close the session associated with streamId.
void closeSession(int streamId) {
_sessions.remove(streamId);
}