ContentDelivery constructor
ContentDelivery(})
Implementation
ContentDelivery(String directory,
{this.useWatch = true,
this.cacheFiles = true,
this.useLastModified = true,
this.beforeLoad,
this.additional = const {}})
: directory = directory.replaceAll("\\", "/");