readAsBytes 抽象方法

Future<Uint8List> readAsBytes()

将整个文件内容作为字节数组读取。

返回一个 Future<Uint8List>,当完成时包含文件的字节数组内容。

实现

Future<Uint8List> readAsBytes();