views property
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;
The current list of views, including top level platform windows used by the application.
If any of their configurations change, onMetricsChanged will be called.
Iterable<FlutterView> get views => _views.values;