我想转换一个 File 到 ByteData 物体在flutter 。 像这样的东西: import 'dart:io'; File file = getSomeCorrectFile(); //This file is correct ByteData bytes ...
確定! 回上一頁