InAppWebView.fromPlatform constructor
InAppWebView.fromPlatform({
- Key? key,
- required PlatformInAppWebViewWidget platform,
Constructs a InAppWebView from a specific platform implementation.
Implementation
InAppWebView.fromPlatform({super.key, required this.platform});