states method

  1. @override
Stream<YaruWindowState> states(
  1. int id
)

Returns a stream of states of the window with the given id.

Implementation

@override
Stream<YaruWindowState> states(int id) => _listener.states();