open abstract method

Future<Archive?> open(
  1. FileSystemEntity file,
  2. String? password
)

Opens an archive from a local file.

Implementation

Future<Archive?> open(FileSystemEntity file, String? password);