FilePickerCross constructor

FilePickerCross(
  1. Uint8List _bytes, {
  2. String? path,
  3. FileTypeCross type = FileTypeCross.any,
  4. String fileExtension = '',
})

Implementation

FilePickerCross(
  this._bytes, {
  this.path,
  this.type = FileTypeCross.any,
  this.fileExtension = '',
});