p256GetSharedSecret abstract method

Future<Uint8List> p256GetSharedSecret({
  1. required P256ShareSecretReq req,
  2. dynamic hint,
})

Implementation

Future<Uint8List> p256GetSharedSecret(
    {required P256ShareSecretReq req, dynamic hint});