Closed vinceyoumans closed 4 years ago
Anychance someone could look at tis issue...
Dane Mackier
https://stackoverflow.com/questions/60152366/flutter-web-layout-templates-pop-returning-void-but-expects-bool
I am trying to follow along on the 3rd video of the tutorial
Remove the type from the function and make it void and remove the return
void pop() { _navigatorKey.currentState.pop(); }
Anychance someone could look at tis issue...
Dane Mackier
https://stackoverflow.com/questions/60152366/flutter-web-layout-templates-pop-returning-void-but-expects-bool
I am trying to follow along on the 3rd video of the tutorial