td_json_client_receive typedef

td_json_client_receive = Pointer<Utf8> Function(Pointer<NativeType> client, double timeout)

Implementation

typedef ffi.Pointer<Utf8> td_json_client_receive(
    ffi.Pointer client, double timeout);