WidgetVideoCall constructor

const WidgetVideoCall({
  1. Key? key,
  2. required CallStatus status,
  3. Call? call,
  4. String? receiverId,
  5. String? receiverName,
  6. String? receiverPic,
  7. String? conversationId,
  8. String? conversationType,
})

Implementation

const WidgetVideoCall({
  Key? key,
  required this.status,
  this.call,
  this.receiverId,
  this.receiverName,
  this.receiverPic,
  this.conversationId,
  this.conversationType,
}) : super(key: key);