beforeSend property

(void Function(Map<String, dynamic>)?) beforeSend
getter/setter pair

The event fired before sending object to td json client (via function send, sendSync)

Implementation

void Function(Map<String, dynamic>)? beforeSend;