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