method Socket.prototype.resumeimport { Socket } from "https://deno.land/std@0.134.0/node/net.ts"; resume(): thisResumes reading after a call to socket.pause(). Resumes reading after a call to socket.pause(). ReturnsthisThe socket itself.