sessionIdB64 property

Future<String> get sessionIdB64

Implementation

Future<String> get sessionIdB64 async => base64Encode(await sessionIdBytes);