flush static method

Future<void> flush()

Implementation

static Future<void> flush() {
  return _segment.flush();
}