off method

void off(
  1. String event
)

Remove a listener

Implementation

void off(String event) => _socket.off(event);