debugAllowBannerOverride property
read / write
If false, prevents the debug banner from being visible.
Used by the debugAllowBanner
observatory extension.
This is how flutter run
turns off the banner when you take a screen shot
with "s".
Implementation
static bool debugAllowBannerOverride = true