signals property

Stream<DBusSignal> signals
latefinal

Signals received from objects controlled by this object manager. The manager object will send DBusObjectManagerInterfacesAddedSignal and DBusObjectManagerInterfacesRemovedSignal to indicate when objects are added, removed or have interfaces modified. The stream will contain DBusPropertiesChangedSignal and DBusSignal for all other signals on these objects.

Implementation

late final Stream<DBusSignal> signals;