persistSelection property

bool get persistSelection

Whether the active environment is saved to and restored from SharedPreferences across sessions.

When false, switches are not written to the store and the next launch always starts from defaultEnv.

Implementation

bool get persistSelection => _persistSelection;