method BufWriterSync.prototype.flushimport { BufWriterSync } from "https://dotland.deno.dev/std@0.119.0/io/buffer.ts"; flush(): voidFlush writes any buffered data to the underlying io.WriterSync. Flush writes any buffered data to the underlying io.WriterSync. Returnsvoid