fileNameOverrides property
Override the names of shared files.
When set, the list length must match the number of files to share.
This is useful when sharing files that were created by XFile.fromData
,
because name property will be ignored by cross_file
on all platforms except on web.
Implementation
final List<String>? fileNameOverrides;