DownloadStartResponse constructor

DownloadStartResponse({
  1. DownloadStartResponseAction? action,
  2. required bool handled,
  3. String? resultFilePath,
})

Implementation

DownloadStartResponse({
  this.action,
  required this.handled,
  this.resultFilePath,
});