markContentEnd method

void markContentEnd()

Implementation

void markContentEnd() {
  assert(() {
    if (_page.pdfDocument.verbose) {
      _buf.putComment('markContentEnd');
    }
    return true;
  }());

  _buf.putString('EMC\n');
}