flutter_webview_plugin
flutter_webview_plugin copied to clipboard
Could not pop the web view in the onback listener instead of going back by pages one by one
trafficstars
var onBack = flutterWebViewPlugin.onBack.listen((_) async {
Navigator.pop(context);
});
You can use my repo - https://github.com/fluttercommunity/flutter_webview_plugin/issues/940#issuecomment-1186431094