NasFileOperationExtension constructor

NasFileOperationExtension({
  1. List<String> trackFileTypes = const ['image', 'video', 'document', 'torrent'],
  2. List<String> trackOperations = const ['upload', 'download', 'remote_download', 'backup', 'sync'],
  3. bool autoExtractFileInfo = true,
  4. bool trackDeviceInfo = true,
  5. bool trackTransferStatus = true,
})

Implementation

NasFileOperationExtension({
  this.trackFileTypes = const ['image', 'video', 'document', 'torrent'],
  this.trackOperations = const ['upload', 'download', 'remote_download', 'backup', 'sync'],
  this.autoExtractFileInfo = true,
  this.trackDeviceInfo = true,
  this.trackTransferStatus = true,
}) : super('NasFileOperationExtension');