stayOnPluggedModes property

List<String>? stayOnPluggedModes
getter/setter pair

The battery plugged in modes for which the device stays on.

When using this setting, it is recommended to clear maximum_time_to_lock so that the device doesn't lock itself while it stays on.

Implementation

core.List<core.String>? stayOnPluggedModes;