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