Is there a way to detect if a native dialog is opened in Flutter Framework?
Example of a native dialog below:
I would like to detect if a native dialog is opened because I use paused and inactive AppLifeCycle state to change the screen behavior. However, when the native dialog is opened the AppLifeCycle is set to inactive.