defaultIdleSourceFor function
The IdleSource the plugin uses on operatingSystem: the first candidate.
Implementation
IdleSource defaultIdleSourceFor(String operatingSystem) =>
idleSourcesFor(operatingSystem).first;
The IdleSource the plugin uses on operatingSystem: the first candidate.
IdleSource defaultIdleSourceFor(String operatingSystem) =>
idleSourcesFor(operatingSystem).first;