goRootPage method
void
goRootPage()
回到根页面
Implementation
void goRootPage() {
_pages.clear();
_location = '/';
pushNamed(name: _location!);
}
回到根页面
void goRootPage() {
_pages.clear();
_location = '/';
pushNamed(name: _location!);
}