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