I am building a simple application using Flutter. (dart)
I created a webView using https://pub.dev/packages/flutter_inappwebview and opened a random YouTube video in it. The thing is I want to read all the requests/calls that are called by YouTube's link. Network logs image
I want to intercept these requests/calls and do something with them.