Is it easy to close a alert dialog / Window in Flutter by issuing Nvaigator.pop method. It take the current context as argument, which help flutter to identify the window or widget you are using.
Navigator.pop(context);
May be you already know it.
Is it easy to close a alert dialog / Window in Flutter by issuing Nvaigator.pop method. It take the current context as argument, which help flutter to identify the window or widget you are using.
Navigator.pop(context);
May be you already know it.