readAsBytes 抽象方法

Future<Uint8List> readAsBytes()

以字节数组的形式读取整个文件内容。

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

实现

Future<Uint8List> readAsBytes();