enableGoRouter function
Prompts user to enable GoRouter.
Implementation
bool enableGoRouter() {
return Confirm(
prompt: 'Enable GoRouter?',
defaultValue: true,
).interact();
}
Prompts user to enable GoRouter.
bool enableGoRouter() {
return Confirm(
prompt: 'Enable GoRouter?',
defaultValue: true,
).interact();
}