xfile method

  1. @override
XFile xfile(
  1. FilePath path
)
override

Implementation

@override
XFile xfile(FilePath path) {
  return XFile(storeDir.file(path.pathJoin).path);
}