PhoneLeaveGroupCallPresentation constructor

const PhoneLeaveGroupCallPresentation({
  1. required InputGroupCallBase call,
})

Phone Leave Group Call Presentation constructor.

Implementation

const PhoneLeaveGroupCallPresentation({
  required this.call,
}) : super._();