OutGoingCallView constructor

const OutGoingCallView({
  1. Key? key,
  2. required List<String?> userJid,
})

Implementation

const OutGoingCallView({super.key, required this.userJid});