publish method

Future<void> publish()

Implementation

Future<void> publish() {
  checkNotClosed();

  return flush();
}