unzip library

Functions

unzip(List<int> bytes, String target, {bool where(String path) = _anyWhere, void progress(num progress) = _noProgress}) Future<void>
Unzips the raw bytes to target path with simple where filtering.