LocalDisk constructor

LocalDisk({
  1. required String basePath,
})

Implementation

LocalDisk({required this.basePath});