FilenFileSystem constructor

FilenFileSystem({
  1. required FilenClient client,
})

Implementation

FilenFileSystem({required this.client}) : path = p.posix;