Hi,
I'm using the bottom navigation along side GetX package. when I use Get.back() to dismiss a drawer it doesn't work.
and when I set the handleAndroidBackButtonPress to false and override onWillPop myself I get the error:
If you declare the onWillPop function, you will have to handle the back function functionality yourself as your onWillPop function will override the default function.
Hi, I'm using the bottom navigation along side GetX package. when I use Get.back() to dismiss a drawer it doesn't work. and when I set the
handleAndroidBackButtonPress
to false and overrideonWillPop
myself I get the error:If you declare the onWillPop function, you will have to handle the back function functionality yourself as your onWillPop function will override the default function.
this is my build method: