PhoneReceivedCall constructor

const PhoneReceivedCall({
  1. required InputPhoneCallBase peer,
})

Phone Received Call constructor.

Implementation

const PhoneReceivedCall({required this.peer}) : super._();