WebViewLinuxPlatformController constructor

WebViewLinuxPlatformController({
  1. required WebViewPlatformCallbacksHandler callbacksHandler,
  2. required JavascriptChannelRegistry javascriptChannelRegistry,
  3. required CreationParams creationParams,
})

Implementation

WebViewLinuxPlatformController(
    {required this.callbacksHandler,
    required this.javascriptChannelRegistry,
    required CreationParams creationParams})
    // NOTE: This super constructor will be removed in the future. See
    // the comment in the WebViewPlatformController class.
    : super(callbacksHandler);