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