readAsBytesSync 抽象方法

Uint8List readAsBytesSync()

同步读取整个文件内容为字节数组。

如果操作失败,则抛出 FileSystemException

实现

Uint8List readAsBytesSync();