WebViewViewModel constructor
WebViewViewModel(
- int id,
- int instanceId,
- String className,
- RenderContext<
LoadInstanceContext> context,
Implementation
WebViewViewModel(
int id,
int instanceId,
String className,
RenderContext context,
) : super(id, instanceId, className, context) {
controller = createWebViewController();
}