flushAsync method

Future<void> flushAsync()

Implementation

Future<void> flushAsync() async {
  await initialize();
  await _backend.flush();
}