removeFromLow method

dynamic removeFromLow(
  1. T object
)

Implementation

removeFromLow(T object) => remove(object, priority: TWPriority.low);