importArchive method

Future<void> importArchive(
  1. String path,
  2. Uint8List key
)

Implementation

Future<void> importArchive(String path, Uint8List key) {
  throw UnimplementedError('importArchive() has not been implemented.');
}