FileAtKeysIo constructor

FileAtKeysIo({
  1. String filePath(
    1. String
    )?,
  2. String? passPhrase,
})

Implementation

FileAtKeysIo({this.filePath, this.passPhrase}) {
  filePath ??=
      (atsign) => getDefaultAtKeysFilePath(getHomeDirectory()!, atsign);
}