markConsumed method
void
markConsumed()
Internal: called by Session.open after consuming the config.
Implementation
void markConsumed() {
_consumed = true;
}
Internal: called by Session.open after consuming the config.
void markConsumed() {
_consumed = true;
}