CometChatCallDeclinedCallback typedef

CometChatCallDeclinedCallback = void Function(CometChatCallDetails callDetails)

Callback invoked when the user declines an incoming call from the default call screen.

Implementation

typedef CometChatCallDeclinedCallback =
    void Function(CometChatCallDetails callDetails);