A common platform interface for the flutter_inappwebview
plugin.
This interface allows platform-specific implementations of the flutter_inappwebview
plugin, as well as the plugin itself, to ensure they are supporting the
same interface.
To implement a new platform-specific implementation of flutter_inappwebview
, extend
InAppWebViewPlatform
with an implementation that performs the
platform-specific behavior, and when you register your plugin, set the default
InAppWebViewPlatform
by calling
InAppWebViewPlatform.instance = MyPlatformWebview()
.
Strongly prefer non-breaking changes (such as adding a method to the interface) over breaking changes for this package.
See https://flutter.dev/go/platform-interface-breaking-changes for a discussion on why a less-clean interface is preferable to a breaking change.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。