Returns the bytes previously written to path, or null if absent.
path
null
static Uint8List? getVirtualFile(String path) { return _virtualFileSystem[path]; }