createWebviewPanel method
Create and show a new webview panel.
Implementation
_i4.WebviewPanel createWebviewPanel(
_i2.String viewType,
_i2.String title,
_i2.Object showOptions, [
_i2.Object? options,
]) =>
_i3.callMethod(
this,
'createWebviewPanel',
[
viewType,
title,
showOptions,
options ?? _i5.undefined,
],
);