method Socket.prototype.resume Usage in Deno```typescript import { Socket } from "node:node__net.d.ts"; ``` Socket.prototype.resume(): this Resumes reading after a call to `socket.pause()`. Return Type this The socket itself.