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