decryptFile method

Future<bool> decryptFile(
  1. String sharedSecret,
  2. String ctPath,
  3. String ptPath
)

Implementation

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