beforeExecute property

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

The event fired before sending object to td json client (via function execute)

Implementation

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