decrypt abstract method

Future<String?> decrypt(
  1. String msg,
  2. String destPubKey, {
  3. String? id,
})

Implementation

Future<String?> decrypt(String msg, String destPubKey, { String? id });