runTheAction method
Implementation
@override
void runTheAction() {
var context = Registry.navigatorKey.currentContext;
if (context != null) {
er.Router.navigateTo(context, OpenDialog(app, dialogID: dialogID));
} else {
print("OpenDialogPostLogin has no context so can't open the dialog");
}
}