is there a way to handle json response of request that made in webview on flutter? so the scenario is:
- the website is making a request inside
webview
. so i am not sending any request manually. - when the response of website sent is returned i need to handle json response.
I tried to use useShouldInterceptRequest
but can’t achieve it.
i am using flutter inapwebview package:
https://pub.dev/packages/flutter_inappwebview