unzipToSupportFile abstract method

Stream<ResourceStatus> unzipToSupportFile(
  1. File zipFile, {
  2. String? pathSuffix,
})

Implementation

Stream<ResourceStatus> unzipToSupportFile(
  File zipFile, {
  String? pathSuffix,
});