flush method

Future<void> flush()

Implementation

Future<void> flush() async {
  assert(isOpened);
  await _backend!.flush();
}