goBackWithState static method
Go back using Navigator and update routing state
Implementation
static void goBackWithState(BuildContext context, RxRouting routing) {
routing.goBack();
Navigator.of(context).pop();
}
Go back using Navigator and update routing state
static void goBackWithState(BuildContext context, RxRouting routing) {
routing.goBack();
Navigator.of(context).pop();
}