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