method io.BufWriter.prototype.flushimport { io } from "https://deno.land/x/denoexec@v1.1.5/deps.ts"; const { BufWriter } = io; flush()Flush writes any buffered data to the underlying io.Writer.