publicKeyBytes property

Uint8List get publicKeyBytes

The raw public key bytes (atPublicKey base64-decoded).

Implementation

Uint8List get publicKeyBytes => base64Decode(atPublicKey.publicKey);