open method
Opens an archive from a local file
.
Implementation
@override
Future<Archive?> open(FileSystemEntity file, String? password) async =>
ExplodedArchive(Directory(file.path));
Opens an archive from a local file
.
@override
Future<Archive?> open(FileSystemEntity file, String? password) async =>
ExplodedArchive(Directory(file.path));