createTreeView<T> method
Create a {@link TreeView} for the view contributed using the extension point views
.
Implementation
_i4.TreeView<T> createTreeView<T>(
_i2.String viewId,
_i4.TreeViewOptions<T> options,
) =>
_i3.callMethod(
this,
'createTreeView',
[
viewId,
options,
],
);