flush method

void flush()

Forces flush of all queued logs

Implementation

void flush() {
  _logQueue?.flush();
}