SendCallLog constructor

SendCallLog({
  1. InputCall? callId,
  2. InputFile? logFile,
})

Implementation

SendCallLog({this.callId, this.logFile});