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
@override
Iterable<FlutterView> get views => _autoSizerViews.values;