I use flutter_inappwebview package in my flutter application.
How can I create InAppWebViewController without creating InAppWebView? There is a InAppWebViewController.fromPlatform method for this, but I do not understand how to use it.
Can anyone give example?