recreate method
Implementation
MultipartFileRecreatable recreate() => fromFileSync(
filePath,
filename: filename,
contentType: contentType,
);
MultipartFileRecreatable recreate() => fromFileSync(
filePath,
filename: filename,
contentType: contentType,
);