CancelDownloadFile constructor

CancelDownloadFile({
  1. required int fileId,
  2. required bool onlyIfPending,
})

Implementation

CancelDownloadFile({required this.fileId, required this.onlyIfPending});