Returns the view previously created for viewId.
viewId
Throws if no view has been created for viewId.
Object getViewById(int viewId) { return PlatformViewManager.instance.getViewById(viewId); }