encryptFile method

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

Implementation

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