Go back
Navigation nodes
Last updated
Navigation nodes
Last updated
Released in version:
1.0.0
Flutter/Dart link:
The "Go back" node is a navigation node that allows to go-back to the previous screen in the Navigator stack. It's the same as the user tapping the back button, or in flutter calling the code:
Navigator.pop(context);
connector
Flow
Allows to continue the flow in this node
connector
Flow
The flow can continue through this output