create Package
abstract fun createPackage(qualifiedName: String, completion: () -> Unit, failureHandler: (ErrorCode, Throwable?) -> Unit)
Create a package and its representative Avail module.
Parameters
qualified Name
The fully-qualified name of the package.
completion
A function to be run upon the successful creation of the package.