PhoneAcceptCall constructor

const PhoneAcceptCall({
  1. required InputPhoneCallBase peer,
  2. required Uint8List gB,
  3. required PhoneCallProtocolBase protocol,
})

Phone Accept Call constructor.

Implementation

const PhoneAcceptCall({
  required this.peer,
  required this.gB,
  required this.protocol,
}) : super._();