将整个文件内容作为字节数组读取。
返回一个 Future<Uint8List>,当完成时包含文件的字节数组内容。
Future<Uint8List>
Future<Uint8List> readAsBytes();