Flutter – Is there a proper replacment for WillPopScope rather than PopScope?
I had made a chatting application but I am having problems in it's chatting screen because I am using emoji_picker_flutte package to show a emoji board,and I had implemented it such that whenever the emoji board was on the a…