P256KeyPair constructor

const P256KeyPair({
  1. required PublicKey publicKey,
  2. required BinaryBlob secretKey,
})

Implementation

const P256KeyPair({required super.publicKey, required super.secretKey});