nip04Encrypt method

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

Implementation

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