ZIMCallQuitSentResult constructor

ZIMCallQuitSentResult({
  1. required String callID,
  2. required ZIMCallQuitSentInfo info,
})

Implementation

ZIMCallQuitSentResult({required this.callID, required this.info});