Pub class
Methods
-
archiveDirectory({required Directory directoryPackage, String? password, required Directory directoryOutPut, String fileSystemEntityIgnore = ""})
→ File?
-
-
installFromArchive({required File archivedFile, String? password, bool deleteIfExist = true, String fileSystemEntityIgnore = ""})
→ Directory?
-
-
installFromDirectory({required Directory directoryPackage, bool deleteIfExist = true})
→ Directory?
-
-
installFromDirectoryFresh({required Directory directoryPackage, String? password, bool deleteIfExist = true, Directory? directoryOutPut, String fileSystemEntityIgnore = ""})
→ Directory?
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
resolvePackageBase(Uri uri)
→ Directory?
-
-
resolvePackageUri(Uri uri)
→ Uri?
-
-
toString()
→ String
-
A string representation of this object.
inherited