When I try to open the drawer in my flutter app I call key.currentState.openDrawer(); However, when i do a navigator.pop(context) or hit the back butto
key.currentState.openDrawer();
navigator.pop(context)