getClient abstract method

SocketClient? getClient(
  1. String id
)

Get a client by ID.

Implementation

SocketClient? getClient(String id);