retHome method

void retHome()

Implementation

void retHome() {
  GoRouter.of(this!).go(UIData.RouteAppHome);
}