nip04Decrypt method
Implementation
Future<Map<dynamic, dynamic>> nip04Decrypt(
String ciphertext,
String currentUser,
String pubKey,
String? id,
) {
throw UnimplementedError('nip04Decrypt() has not been implemented.');
}
Future<Map<dynamic, dynamic>> nip04Decrypt(
String ciphertext,
String currentUser,
String pubKey,
String? id,
) {
throw UnimplementedError('nip04Decrypt() has not been implemented.');
}