send method

void send(
  1. String data
)

Implementation

void send(String data) => _conn.sendString(data);