SocketEmitter constructor

SocketEmitter({
  1. String? sender,
  2. String? roomId,
})

Implementation

SocketEmitter({this.sender, this.roomId});