sendString method

void sendString(
  1. String data
)

Implementation

void sendString(String data) {
  send(DC.stringToBytes(data));
}