SocketTerminalSessionHandler typedef

SocketTerminalSessionHandler = Future<void> Function(Socket socket)

Session handler invoked for each accepted raw socket terminal connection.

Implementation

typedef SocketTerminalSessionHandler = Future<void> Function(io.Socket socket);