addToLow method

dynamic addToLow(
  1. T object
)

Implementation

addToLow(T object) => add(object, priority: TWPriority.low);