plain static method

FileStorage plain(
  1. Directory dir
)

Implementation

static FileStorage plain(Directory dir) => _PlainTextStorage(dir);