OnlineFilePage constructor
OnlineFilePage(
- String dirId,
- String dirName,
- ValueChanged<
List> resultCallback, { - Key? key,
- int maxCount = 9,
- IPFSFileType fileType = IPFSFileType.any,
- 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);