unzipToSupportFile method

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

Implementation

@override
Stream<ResourceStatus> unzipToSupportFile(File zipFile,
    {String? pathSuffix}) {
  // TODO: implement unzipToSupportFile
  throw UnimplementedError();
}