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