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