createVideoAsync property

Future<Video> Function(Uint8List) get createVideoAsync

Implementation

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

Implementation

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