menu
nebula_db package
documentation
storage/vfs.dart
VfsFile
flush abstract method
flush abstract method
dark_mode
light_mode
flush
abstract method
Future
<
void
>
flush
(
)
Flush (fsync) to durable storage. No-op on in-memory backend.
Implementation
Future<void> flush();
nebula_db package
documentation
storage/vfs
VfsFile
flush abstract method
VfsFile class