openRaf abstract method

Future<VfsFile> openRaf(
  1. String path
)

Open (or create) a random-access file at path.

Implementation

Future<VfsFile> openRaf(String path);