我想将颤振中的File转换为ByteData对象。像这样:import 'dart:io'; File file = getSomeCorrectFile(); //This file is correct ByteData bytes ...
確定! 回上一頁