clear method

void clear()

Implementation

void clear() {
  _flow.clear();
  _pendingScreens.clear();
}