jumpBasePage function
Implementation
void jumpBasePage(BuildContext context) {
Navigator.pushReplacement(
context,
MaterialPageRoute(builder: (context) => lanuchP()),
);
bool home9 = false;
if (!home9) {}
}
void jumpBasePage(BuildContext context) {
Navigator.pushReplacement(
context,
MaterialPageRoute(builder: (context) => lanuchP()),
);
bool home9 = false;
if (!home9) {}
}