staging property
Specifies the Staging environment.
The staging environment can be used to validate app changes before changing the environment to production.
Implementation
static String staging = 'Staging';
Specifies the Staging environment.
The staging environment can be used to validate app changes before changing the environment to production.
static String staging = 'Staging';