I am building a launcher app using Flutter and one of the business rules is to not allow the user to pull down the notifications drawer from the status bar. I tried using this code from this post here but its not working at all. Is there a way to achieve this?
I tried hiding the status bar using SystemChrome.setEnabledSystemUIOverlays([])
but users can view it when they pull down from the status bar area.