importKey property
({Future<CryptoKey> Function(String format, JsonWebKey keyData, Object algorithm, bool extractable, ReadonlyArray<KeyUsage> keyUsages) $1, Future<CryptoKey> Function(dynamic format, Object keyData, Object algorithm, bool extractable, List<KeyUsage> keyUsages) $2, Future<CryptoKey> Function(String format, JsonWebKey keyData, Object algorithm, bool extractable, ReadonlyArray<KeyUsage> keyUsages) $3, Future<CryptoKey> Function(dynamic format, Object keyData, Object algorithm, bool extractable, Iterable<KeyUsage> keyUsages) $4})
get
importKey
Overload accessor: $1, $2, $3, $4
Implementation
({
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/importKey)
_i2.Future<_i3.CryptoKey> Function(
_i2.String format,
_i3.JsonWebKey keyData,
_i2.Object algorithm,
_i2.bool extractable,
_i9.ReadonlyArray<_i3.KeyUsage> keyUsages,
) $1,
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/importKey)
_i2.Future<_i3.CryptoKey> Function(
_i2.dynamic format,
_i2.Object keyData,
_i2.Object algorithm,
_i2.bool extractable,
_i2.List<_i3.KeyUsage> keyUsages,
) $2,
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/importKey)
_i2.Future<_i3.CryptoKey> Function(
_i2.String format,
_i3.JsonWebKey keyData,
_i2.Object algorithm,
_i2.bool extractable,
_i9.ReadonlyArray<_i3.KeyUsage> keyUsages,
) $3,
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/importKey)
_i2.Future<_i3.CryptoKey> Function(
_i2.dynamic format,
_i2.Object keyData,
_i2.Object algorithm,
_i2.bool extractable,
_i10.Iterable<_i3.KeyUsage> keyUsages,
) $4,
}) get importKey => (
$1: _importKey$1,
$2: _importKey$2,
$3: _importKey$3,
$4: _importKey$4,
);