Flushes the database service. Flushing to disk, or closing network connections could be done here.
@override Future<void> flush() { return _box.flush(); }