clientStream property

Stream<Socket?> get clientStream

clientStream stream which sends current Socket client connected to the application

Implementation

static Stream<Socket?> get clientStream => _instance._clientStream;