markReady method

void markReady()

Implementation

void markReady() {
  if (_ready) return;
  _ready = true;
  _flush();
}