LocalDisk constructor

LocalDisk({
  1. required String basePath,
})

Implementation

LocalDisk({required this.basePath})
  : _resolvedBasePath = p.normalize(p.absolute(basePath));