ConnectionInfo

@Serializable
data class ConnectionInfo(val state: ConnectionState, val transportType: TransportType? = null, val deviceInfo: DeviceInfo? = null)

Connection state model exposed as a reactive stream to Flutter. Includes the transport type and device info when connected.

Constructors

Link copied to clipboard
constructor(state: ConnectionState, transportType: TransportType? = null, deviceInfo: DeviceInfo? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard