encryptFile method

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

Implementation

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