flush method

Future<void> flush()

Implementation

Future<void> flush() async {
  await _ready;
  return await box.flush();
}