fromMap ({ ...someOtherData, 'file': MultipartFile.fromBytes(file.bytes as List<int>) }); dio.post( url, data: formData, ); } }.
確定! 回上一頁