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