notifyMovedRange method

  1. @override
void notifyMovedRange(
  1. int from,
  2. int count,
  3. int newIndex
)

Implementation

@override
void notifyMovedRange(int from, int count, int newIndex) {
  _intervalListManager.notifyMovedRange(from, count, newIndex);
  if (_batch == 0) _intervalListManager.coordinate();
}