clearActiveOrder method
void
clearActiveOrder()
Clears the active sort order (no sorting will be applied).
Implementation
void clearActiveOrder() {
_activeOrderId = null;
}
Clears the active sort order (no sorting will be applied).
void clearActiveOrder() {
_activeOrderId = null;
}