utils/fileInteraction/upload_file library

Functions

convertToString(HttpClientResponse response) Future<String>
uploadFile(PapercupsProps p, {OnUploadProgressCallback? onUploadProgress, String? fileName, Uint8List? fileBytes, String? filePath}) Future<List<PapercupsAttachment>>

Typedefs

OnUploadProgressCallback = void Function(int sentBytes, int totalBytes)