send method

Namespace send([
  1. dynamic args
])

Sends a message event to all clients.

Implementation

Namespace send([args]) {
  return write(args);
}