encrypt abstract method

  1. @Deprecated('Use nip44 encrypt instead. Deprecated by nostr spec. (nip04)')
Future<String?> encrypt(
  1. String msg,
  2. String destPubKey, {
  3. String? id,
})

Implementation

@Deprecated('Use nip44 encrypt instead. Deprecated by nostr spec. (nip04)')
Future<String?> encrypt(String msg, String destPubKey, {String? id});