run-code-after-showdialog-is-dismissed

await showDialog(
       //Your Dialog Code
).then((val){
    Navigator.pop(_context);
});

Last updated

Was this helpful?