menu
agora_uikit package
documentation
models/agora_event_handlers.dart
AgoraEventHandlers
apiCallExecuted property
apiCallExecuted property
dark_mode
light_mode
apiCallExecuted
property
dynamic Function
(
ErrorCode
,
String
,
String
)
?
apiCallExecuted
final
Occurs when an API method is executed.
Implementation
final Function(ErrorCode, String, String)? apiCallExecuted;
agora_uikit package
documentation
models/agora_event_handlers
AgoraEventHandlers
apiCallExecuted property
AgoraEventHandlers class