requestNip05 abstract method

Future<Nip05?> requestNip05(
  1. String nip05,
  2. String pubkey
)

network request to get the Nip05 object

Implementation

Future<Nip05?> requestNip05(String nip05, String pubkey);