getBytesAsync property

Future<Uint8List> Function() get getBytesAsync

Implementation

_i2.Future<_i6.Uint8List> Function() get getBytesAsync =>
    () => _i5.promiseToFuture(_i5.callMethod(
          _i5.getProperty(
            this,
            'getBytesAsync',
          ),
          r'call',
          [this],
        ));
set getBytesAsync (Future<Uint8List> value())

Implementation

set getBytesAsync(_i2.Future<_i6.Uint8List> Function() value) {
  _i5.setProperty(
    this,
    'getBytesAsync',
    _i5.allowInterop(value),
  );
}