InAppWebView.fromPlatform constructor

InAppWebView.fromPlatform({
  1. Key? key,
  2. required PlatformInAppWebViewWidget platform,
})

Constructs a InAppWebView from a specific platform implementation.

Implementation

InAppWebView.fromPlatform({super.key, required this.platform});