deriveKey property
Implementation
_i2.Future<_i3.CryptoKey> Function(
_i2.Object,
_i3.CryptoKey,
_i2.Object,
_i2.bool,
_i2.List<_i3.KeyUsage>,
) get deriveKey => (
_i2.Object p0,
_i3.CryptoKey p1,
_i2.Object p2,
_i2.bool p3,
_i2.List<_i3.KeyUsage> p4,
) =>
_i4.promiseToFuture(_i4.callMethod(
_i4.getProperty(
this,
'deriveKey',
),
r'call',
[
this,
p0,
p1,
p2,
p3,
p4.map((i) => i.name).toList(),
],
));
Implementation
set deriveKey(
_i2.Future<_i3.CryptoKey> Function(
_i2.Object,
_i3.CryptoKey,
_i2.Object,
_i2.bool,
_i2.List<_i3.KeyUsage>,
) value) {
_i4.setProperty(
this,
'deriveKey',
_i4.allowInterop(value),
);
}