flush method

Future flush()

Flushes the buffer

Implementation

Future flush() async {
  await _writeBatch.flush();
}