td_json_client_send typedef

td_json_client_send = Void Function(Pointer<NativeType> client, Pointer<Utf8> request)

Implementation

typedef ffi.Void td_json_client_send(
    ffi.Pointer client, ffi.Pointer<Utf8> request);