utils/files/u_download_platform_web library
Functions
-
createTransport(
UTransportOptions options) → UDownloadTransport -
open(
String pathOrUri, {String? mimeType}) → Future< bool> -
publishToDownloads(
UStorageBackend backend, String sourcePath, String fileName, {String? mimeType, String? subfolder}) → Future< String?> -
reveal(
String pathOrUri) → Future< bool> -
saveAs(
UStorageBackend backend, String sourcePath, String fileName, {String? mimeType}) → Future< String?>