publicKeyHex property

Future<String> get publicKeyHex

Implementation

Future<String> get publicKeyHex async => hex.encode(await publicKeyBytes);