CometChatDefaultCallScreen constructor
const
CometChatDefaultCallScreen({
- Key? key,
- required CometChatCallDetails callDetails,
- required VoidCallback onAccept,
- required VoidCallback onDecline,
Creates a CometChatDefaultCallScreen.
Implementation
const CometChatDefaultCallScreen({
super.key,
required this.callDetails,
required this.onAccept,
required this.onDecline,
});