clientStream property
clientStream stream which sends current Socket client connected to the application
Implementation
static Stream<Socket?> get clientStream => _instance._clientStream;
clientStream stream which sends current Socket client connected to the application
static Stream<Socket?> get clientStream => _instance._clientStream;