ChatCallKit constructor
const
ChatCallKit({})
Implementation
const ChatCallKit({
required this.agoraAppId,
required this.child,
this.timeoutDuration = const Duration(seconds: 30),
super.key,
});
const ChatCallKit({
required this.agoraAppId,
required this.child,
this.timeoutDuration = const Duration(seconds: 30),
super.key,
});