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