action/saveFile/save_mobile library
Functions
-
sanitizedSaveFileName(
String fileName) → String -
Returns a single path segment for writes under a fixed parent directory.
Rejects empty names,
.,.., embedded.., and any path separators. -
saveDocumentToDocumentsFolder(
String fileName, Uint8List fileBytes) → Future< void> - Save documents to the default "Documents" directory
-
saveImageToDCIM(
String fileName, Uint8List fileBytes) → Future< void>