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