td_json_client_send method

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

Implementation

td_json_client_send(int clientId, String request) {
  _nativeClient.td_json_client_send(
      Pointer.fromAddress(clientId), request.toNativeUtf8());
}