Future<MultipartFile> addFile(String filePath, {String? filename}) async { return await MultipartFile.fromFile(filePath, filename: filename); }