method Socket.prototype.resumeimport { Socket } from "https://deno.land/x/grm@v0.3.1/deps.ts"; resume(): thisResumes reading after a call to socket.pause(). ReturnsthisThe socket itself.