method SQLBlob.prototype.closeRe-exportimport { SQLBlob } from "https://deno.land/x/sqlite3@0.8.0/mod.ts"; close(): voidClose the Blob. It must be called to prevent leaks. Returnsvoid