mode property
mode stores the current run mode of app by default it's value is going to be RunMode.app
Implementation
static RunMode mode = RunMode.app;
mode stores the current run mode of app by default it's value is going to be RunMode.app
static RunMode mode = RunMode.app;