getTextKeys method

Future<List<String>> getTextKeys()

Implementation

Future<List<String>> getTextKeys() {
  // ENS does not natively support enumerating text keys on-chain.
  throw UnimplementedError(
      'NameRecords.getTextKeys: needs off-chain indexer. '
      'ENS does not support on-chain enumeration of text record keys.');
}