connectionFactory property

ConnectionFactory? connectionFactory
final

Opens the transport to hubUri. When null, the platform default is used: a dart:io wss:// socket on the VM, or the browser WebSocket on the web. Native callers that need TLS trust overrides (self-signed certs, pinning) pass ioConnectionFactory(...) from infrastructure/transport/io_connection_factory.dart.

Implementation

final ConnectionFactory? connectionFactory;