defaultIdleSourceFor function

IdleSource defaultIdleSourceFor(
  1. String operatingSystem
)

The IdleSource the plugin uses on operatingSystem: the first candidate.

Implementation

IdleSource defaultIdleSourceFor(String operatingSystem) =>
    idleSourcesFor(operatingSystem).first;