write method

Namespace write([
  1. dynamic args
])

Implementation

Namespace write([args]) {
  emit('message', args);
  return this;
}