clearActiveOrder method

void clearActiveOrder()

Clears the active sort order (no sorting will be applied).

Implementation

void clearActiveOrder() {
  _activeOrderId = null;
}