cleanUp method Null safety
Implementation
void cleanUp() {
_channelHandlers = {};
_connectionHandlers = {};
_userHandlers = {};
_sessionHandler = null;
}
void cleanUp() {
_channelHandlers = {};
_connectionHandlers = {};
_userHandlers = {};
_sessionHandler = null;
}