flutter_inappwebview_examples
flutter_inappwebview_examples copied to clipboard
WillPopScope is deprecated
trafficstars
Hi, I tried to use back button in my InAppWebView projects, and i copy the code in the back_forward_navigation_gestures, but unfortunately, there is an error said that WillPopScope is deprecated and use PopScope instead. But I cannot apply with the different property inside there, can you show me an example how to use it?