persistSelection property
bool
get
persistSelection
Whether the active environment is saved to and restored from
SharedPreferences across sessions.
Reflects the persistSelection value passed to init, unless it has
been overridden at runtime via setPersistSelection.
Implementation
static bool get persistSelection => EnvManager.instance.persistSelection;