exportKey property
({Future<JsonWebKey> Function(String format, CryptoKey key) $1, Future<ByteBuffer> Function(dynamic format, CryptoKey key) $2, Future<Object> Function(KeyFormat format, CryptoKey key) $3})
get
exportKey
Overload accessor: $1, $2, $3
Implementation
({
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/exportKey)
_i2.Future<_i3.JsonWebKey> Function(
_i2.String format,
_i3.CryptoKey key,
) $1,
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/exportKey)
_i2.Future<_i5.ByteBuffer> Function(
_i2.dynamic format,
_i3.CryptoKey key,
) $2,
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/exportKey)
_i2.Future<_i2.Object> Function(
_i3.KeyFormat format,
_i3.CryptoKey key,
) $3,
}) get exportKey => (
$1: _exportKey$1,
$2: _exportKey$2,
$3: _exportKey$3,
);