send method

void send([
  1. dynamic body
])

Implementation

void send([dynamic body]) => js_util.callMethod(this, 'send', [body]);