AcpV2AgentConnectHandler typedef

AcpV2AgentConnectHandler = FutureOr<void> Function(AcpV2AgentConnection connection)

Runs after an agent connection becomes ready.

Implementation

typedef AcpV2AgentConnectHandler =
    FutureOr<void> Function(AcpV2AgentConnection connection);