keyIdHex property

Future<String> get keyIdHex

Implementation

Future<String> get keyIdHex async => hex.encode(await keyIdBytes);