AcpServerConnectionFactory typedef
AcpServerConnectionFactory =
FutureOr<AcpServerConnectionState> Function(String connectionId)
Creates the transport state for one accepted remote ACP connection.
Implementation
typedef AcpServerConnectionFactory =
FutureOr<AcpServerConnectionState> Function(String connectionId);