unwrapKey property
({Future<CryptoKey> Function(KeyFormat format, Object wrappedKey, CryptoKey unwrappingKey, Object unwrapAlgorithm, Object unwrappedKeyAlgorithm, bool extractable, List<KeyUsage> keyUsages) $1, Future<CryptoKey> Function(KeyFormat format, Object wrappedKey, CryptoKey unwrappingKey, Object unwrapAlgorithm, Object unwrappedKeyAlgorithm, bool extractable, Iterable<KeyUsage> keyUsages) $2})
get
unwrapKey
Overload accessor: $1, $2
Implementation
({
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/unwrapKey)
_i2.Future<_i3.CryptoKey> Function(
_i3.KeyFormat format,
_i2.Object wrappedKey,
_i3.CryptoKey unwrappingKey,
_i2.Object unwrapAlgorithm,
_i2.Object unwrappedKeyAlgorithm,
_i2.bool extractable,
_i2.List<_i3.KeyUsage> keyUsages,
) $1,
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/unwrapKey)
_i2.Future<_i3.CryptoKey> Function(
_i3.KeyFormat format,
_i2.Object wrappedKey,
_i3.CryptoKey unwrappingKey,
_i2.Object unwrapAlgorithm,
_i2.Object unwrappedKeyAlgorithm,
_i2.bool extractable,
_i10.Iterable<_i3.KeyUsage> keyUsages,
) $2,
}) get unwrapKey => (
$1: _unwrapKey$1,
$2: _unwrapKey$2,
);