iOS has to resolve with file://
static Future<bool> iosUnzip(String zipPath, [Directory? destination]) async { return await _unzip(File(zipPath.split('file://').last), destination); }