publicKey property

  1. @override
Uint8List publicKey
override

The public key associated with this credential.

Implementation

@override
Uint8List get publicKey => _credential.privateKey.encodedPublicKey;