Reads the entire file contents of a file as bytes.
static Result<Uint8List, IoError> readSync(Path path) { return Fs.ioGuardSync(() => File(path.asString()).readAsBytesSync()); }