flush abstract method
Flushes the database service. Flushing to disk, or closing network connections could be done here.
Implementation
Future<void> flush();
Flushes the database service. Flushing to disk, or closing network connections could be done here.
Future<void> flush();