viewHandle property
The internal view handle for accessing native instances.
This is only available after the controller is attached to a view. Use this in subclasses to access platform-specific native instances.
Implementation
@protected
NutrientViewHandle? get viewHandle => _viewHandle;