views property
override
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<TestFlutterView> get views => _testViews.values;