view method
Returns the FlutterView with the provided ID if one exists, or null otherwise.
Implementation
@override
FlutterView? view({required int id}) => _virtualViews[id];
Returns the FlutterView with the provided ID if one exists, or null otherwise.
@override
FlutterView? view({required int id}) => _virtualViews[id];