apiCallExecuted property

dynamic Function(ErrorCode, String, String)? apiCallExecuted
final

Occurs when an API method is executed.

Implementation

final Function(ErrorCode, String, String)? apiCallExecuted;