encrypt property

Future<ByteBuffer> Function(Object, CryptoKey, Object) get encrypt

Implementation

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

Implementation

set encrypt(
    _i2.Future<_i5.ByteBuffer> Function(
      _i2.Object,
      _i3.CryptoKey,
      _i2.Object,
    ) value) {
  _i4.setProperty(
    this,
    'encrypt',
    _i4.allowInterop(value),
  );
}