addToHigh method

dynamic addToHigh(
  1. T object
)

Implementation

addToHigh(T object) => add(object, priority: TWPriority.high);