You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implementation of WebViewPlatform has been set to WebViewPlatform.instance before use. For unit
testing, WebViewPlatform.instance can be set with your own test implementation.
'package:webview_flutter_platform_interface/src/platform_webview_controller.dart':
Failed assertion: line 26 pos 7: 'WebViewPlatform.instance != null'
The text was updated successfully, but these errors were encountered:
implementation of
WebViewPlatform
has been set toWebViewPlatform.instance
before use. For unittesting,
WebViewPlatform.instance
can be set with your own test implementation.'package:webview_flutter_platform_interface/src/platform_webview_controller.dart':
Failed assertion: line 26 pos 7: 'WebViewPlatform.instance != null'
The text was updated successfully, but these errors were encountered: