goBack method
It goes back to the previous page
Implementation
@override
void goBack(BuildContext context) {
developer.log("Go to the previous screen");
html.window.history.back();
}
It goes back to the previous page
@override
void goBack(BuildContext context) {
developer.log("Go to the previous screen");
html.window.history.back();
}