keyIdB64 property

Future<String> get keyIdB64

Implementation

Future<String> get keyIdB64 async => base64Encode(await keyIdBytes);