In the Flutter app, I’m opening our Angular project inside a WebView. When a specific functionality is triggered from the Angular side, it sends a message to the Flutter native code.
Based on that message, the WebView is closed automatically, and we can show a proper response or take further action in the Flutter app code working.
Is it possible ??