sessionIdHex property

Future<String> get sessionIdHex

Implementation

Future<String> get sessionIdHex async => hex.encode(await sessionIdBytes);