publicKeyB64 property

Future<String> get publicKeyB64

Implementation

Future<String> get publicKeyB64 async => base64Encode(await publicKeyBytes);