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