onIdleStateChanged property

Stream<bool> onIdleStateChanged

Returns a bool stream with changes of the idle state

Implementation

Stream<bool> get onIdleStateChanged =>
    _systemIdleChecker.onIdleStateChanged();