Flush method

Future<void> Flush()
Flushes this instance.

Implementation

Future<void> Flush() {
  return this._xmlWriter!.Flush();
}