utils/fileInteraction/upload_file library
Functions
-
convertToString(
HttpClientResponse response) → Future< String> -
uploadFile(
EcodeskProps p, {OnUploadProgressCallback? onUploadProgress, String? fileName, Uint8List? fileBytes, String? filePath}) → Future< List< EcodeskAttachment> >
Typedefs
- OnUploadProgressCallback = void Function(int sentBytes, int totalBytes)