clear method

void clear()

Clears the order state.

Implementation

void clear() {
  _order = null;
  _orderClientSecret = null;
  notifyListeners();
}