views property Null safety

Iterable<FlutterView> views
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<ui.FlutterView> get views => _platformDispatcher.views;