Connection Info
@Serializable
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)