view method

FlutterView? view({
  1. required int id,
})

Returns the FlutterView with the provided ID if one exists, or null otherwise.

Implementation

FlutterView? view({required int id}) => _views[id];