AcceptCall constructor

AcceptCall({
  1. String? extra,
  2. int? client_id,
  3. int32? call_id,
  4. CallProtocol? protocol,
})

Implementation

AcceptCall({
  super.extra,
  super.client_id,
  this.call_id,
  this.protocol,
});