'canGoBack' method isn't defined for flutter WebViewPlus
'canGoBack' method isn't defined for flutter WebViewPlus Problem Description: I’m trying to use ( canGoBack() ) method with (flutter webview plus) plugin but it isn’t work!! vs code said: The method ‘canGoBack’ isn’t defined for the type ‘WebViewPlusController’. Try correcting the name to the name of an existing method, or defining a method named ‘canGoBack’. … Read more