LocalDisk constructor
LocalDisk({
- required String basePath,
Implementation
LocalDisk({required this.basePath})
: _resolvedBasePath = p.normalize(p.absolute(basePath));
LocalDisk({required this.basePath})
: _resolvedBasePath = p.normalize(p.absolute(basePath));