Skip to main content
Version: 4.0.0

✏️ Create Resumable

Create a new session for resumable upload

await whatsapp.createResumableUploadSession(
fileLength: 210915,
fileType: 'image/png',
fileName: 'sample.png',
);
paramtyperequireddescription
fileLengthintyesExact file size in bytes
fileTypeStringyesType of file that you are going to upload
fileNameStringnoName of the file

Resumable Return Methods