sendString method

void sendString(
  1. String data
)

Implementation

@JSName('send')
void sendString(String data) native;