decryptFile method

Future<Map?> decryptFile(
  1. String sharedSecret,
  2. String ctPath,
  3. String adata,
  4. String ptPath,
)

Implementation

Future<Map<dynamic, dynamic>?> decryptFile(
    String sharedSecret, String ctPath, String adata, String ptPath) {
  throw UnimplementedError('decryptFile() has not been implemented.');
}