back method
void
back()
Implementation
void back() {
'onBackTap'.logMx();
if (this == null) return;
if (this!.canPop()) {
GoRouter.of(this!).pop();
}
}
void back() {
'onBackTap'.logMx();
if (this == null) return;
if (this!.canPop()) {
GoRouter.of(this!).pop();
}
}