send method
Implementation
Socket send(msg, options, [EventHandler? fn]) {
sendPacket(type: 'message', data: msg, options: options, callback: fn);
return this;
}
Socket send(msg, options, [EventHandler? fn]) {
sendPacket(type: 'message', data: msg, options: options, callback: fn);
return this;
}