I am creating a "VPN detected" component in my FlutterFlow app that displays a message:
"You cannot use a VPN while using the app."
I am using a Flutter VPN package to detect active VPN usage. However, when I press the back button on my Android device, the component gets dismissed automatically. I do not want this to happen. The component should only dismiss when the VPN is turned off.
How can I prevent the Android back button from dismissing the component?