OnlineFilePage constructor

OnlineFilePage(
  1. String dirId,
  2. String dirName,
  3. ValueChanged<List> resultCallback, {
  4. Key? key,
  5. int maxCount = 9,
  6. IPFSFileType fileType = IPFSFileType.any,
  7. List<String>? allowedExtensions,
})

Implementation

OnlineFilePage(
  this.dirId,
  this.dirName,
  this.resultCallback, {
  Key? key,
  this.maxCount = 9,
      this.fileType=IPFSFileType.any,this.allowedExtensions
}) : super(key: key);