WebViewDataManager.fromPlatformCreationParams constructor

WebViewDataManager.fromPlatformCreationParams(
  1. PlatformWebViewDataManagerCreationParams params
)

Creates a manager from platform-specific creation parameters.

Implementation

WebViewDataManager.fromPlatformCreationParams(
  PlatformWebViewDataManagerCreationParams params,
) : this.fromPlatform(PlatformWebViewDataManager(params));