Gets the ENS name associated with the current address.
Returns a Future that completes with the ENS name.
@override Future<String?>? getEnsName() async { return _ens ?? await _getEnsName(this); }