menu
nebula_db package
documentation
storage/vfs.dart
VfsAdapter
openRaf abstract method
openRaf abstract method
dark_mode
light_mode
openRaf
abstract method
Future
<
VfsFile
>
openRaf
(
String
path
)
Open (or create) a random-access file at
path
.
Implementation
Future<VfsFile> openRaf(String path);
nebula_db package
documentation
storage/vfs
VfsAdapter
openRaf abstract method
VfsAdapter class