room method
set room to sent message
emitter.room('ABC');
Implementation
SocketEmitter room(dynamic id) {
roomId = id;
return this;
}
set room to sent message
emitter.room('ABC');
SocketEmitter room(dynamic id) {
roomId = id;
return this;
}