afterExecute property

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

The event fired after receiving result object from td json client (via function execute)

Implementation

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