handleAgentRead method

void handleAgentRead(
  1. Channel channel,
  2. Uint8List msg
)

Frames SSH Agent channel data into packets.

Implementation

void handleAgentRead(Channel channel, Uint8List msg) =>
    dispatchAgentRead(channel, msg, handleAgentPacket);