FSYNCED constant

  1. @Deprecated('No more used')
WriteConcern const FSYNCED

Exceptions are raised for network issues, and server errors; the write operation waits for the server to flush the data to disk.

Implementation

@Deprecated('No more used')
// ignore: constant_identifier_names
static const FSYNCED = WriteConcern(w: 1, wtimeout: 0, fsync: true, j: false);