sign property
Future<ByteBuffer> Function(Object, CryptoKey, Object)
get
sign
Implementation
_i2.Future<_i5.ByteBuffer> Function(
_i2.Object,
_i3.CryptoKey,
_i2.Object,
) get sign => (
_i2.Object p0,
_i3.CryptoKey p1,
_i2.Object p2,
) =>
_i4.promiseToFuture(_i4.callMethod(
_i4.getProperty(
this,
'sign',
),
r'call',
[
this,
p0,
p1,
p2,
],
));
set
sign
(Future<ByteBuffer> value(Object, CryptoKey, Object))
Implementation
set sign(
_i2.Future<_i5.ByteBuffer> Function(
_i2.Object,
_i3.CryptoKey,
_i2.Object,
) value) {
_i4.setProperty(
this,
'sign',
_i4.allowInterop(value),
);
}