earlyAccessEnabled property
bool
get
earlyAccessEnabled
Master global switch for early access features. true during launch.
Acts as an emergency kill-switch: if something goes wrong post-launch,
flipping this to false hides every early access feature instantly.
Implementation
static bool get earlyAccessEnabled => AppConfig.instance.hasEarlyAccess;