nip44Decrypt method

Future<Map> nip44Decrypt(
  1. String ciphertext,
  2. String currentUser,
  3. String pubKey,
  4. String? id,
)

Implementation

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