flush method

  1. @override
Future<void> flush()
override

Flushes the database service. Flushing to disk, or closing network connections could be done here.

Implementation

@override
Future<void> flush() {
  return _box.flush();
}