td_send method

dynamic td_send(
  1. int clientId,
  2. String request
)

Implementation

td_send(int clientId, String request) {
  _nativeClient.td_send(clientId, request.toNativeUtf8());
}