apiCallExecuted property

ApiCallCallback? apiCallExecuted
getter/setter pair

Occurs when an API method is executed.

The ApiCallCallback typedef includes the following parameters:

  • ErrorCode error: Error code.
  • String api: The method executed by the SDK.
  • String result: The result of the method call.

Implementation

ApiCallCallback? apiCallExecuted;