state method

  1. @override
Future<YaruWindowState> state(
  1. int id
)

Returns the state of the window with the given id.

Implementation

@override
Future<YaruWindowState> state(int id) => _wm.state();