直接跳转 (清除之前的路由栈)
static void go(String routeName, {Object? extra}) { if (context != null) { context!.go(routeName, extra: extra); } }