I have the following AlertDialog.
AlertDialog
showDialog( context: context, child: new AlertDialog( title: const Text(\"Lo
This worked for me Navigator.of(context, rootNavigator: true).pop('dialog').
Navigator.pop() just closes the current page/screen.