protocol DeviceSelector: Sendable
activeDevice
: DeviceIdentifier?
[Get] |
The currently active device identifier, if any.
|
activeDeviceStream
()
|
Creates a stream of active device changes.
Signature
public func activeDeviceStream() -> AnyAsyncSequence<DeviceIdentifier?> Returns AnyAsyncSequence<DeviceIdentifier?> |