Skip to main content
Version: 4.0.0

📓 Get Resumable

Get information about the resumable upload session

await whatsapp.getResumableUploadSession(
uploadId: 'UPLOAD_SESSION_ID',
);
paramtyperequireddescription
uploadIdStringyesSession ID of the resumable upload
fileTypeStringyesType of file that you are going to upload
fileNameStringnoName of the file

Resumable Return Methods