markConsumed method

void markConsumed()

Internal: called by Session.open after consuming the config.

Implementation

void markConsumed() {
  _consumed = true;
}