views property

Iterable<FlutterView> views

The current list of views, including top level platform windows used by the application.

If any of their configurations change, onMetricsChanged will be called.

Implementation

Iterable<FlutterView> get views => _views.values;