once method

void once(
  1. dynamic event,
  2. dynamic handler
)

Implementation

void once(event, handler) => sockets.once(event, handler);