send method

void send(
  1. dynamic data
)

Implementation

void send(dynamic data) => jsu.callMethod(this, 'send', [data]);