activityTimer property

  1. @visibleForTesting
Timer? activityTimer
getter/setter pair

Timer updating the _isActive status after the _activityTimeout has passed.

Implementation

@visibleForTesting
Timer? activityTimer;