pcba

Results 1 comments of pcba

I have found two workarounds: * Using [back_button_interceptor](https://pub.dev/packages/back_button_interceptor) and add a custom callback in the widgets of those routes: ```dart @override void initState() { super.initState(); BackButtonInterceptor.add(_backButtonInterceptor); } @override void dispose()...