send method

void send(
  1. String buf
)

Implementation

void send(String buf) => jsu.callMethod(this, 'send', [buf]);