getEnsName abstract method

Future<String?>? getEnsName()

Gets the ENS name associated with the current address.

Returns a Future that completes with the ENS name.

Implementation

Future<String?>? getEnsName();