Session handler invoked for each accepted raw socket terminal connection.
typedef SocketTerminalSessionHandler = Future<void> Function(io.Socket socket);