activeItems property

  1. @Deprecated("v4 - listen to the [remainingItems] stream to listen to queue status")
Set<int> activeItems
getter/setter pair

Implementation

@Deprecated(
    "v4 - listen to the [remainingItems] stream to listen to queue status")
Set<int> activeItems = {};