home method
- bool? signedUp,
Changes router location to the Routes.home page.
Implementation
void home({bool? signedUp}) {
go(Routes.home);
arguments = {'signedUp': signedUp};
}
Changes router location to the Routes.home page.
void home({bool? signedUp}) {
go(Routes.home);
arguments = {'signedUp': signedUp};
}