play property

Future<void> Function() play

Implementation

_i2.Future<void> Function() get play =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'play',
          ),
          r'call',
          [this],
        ));
void play=(Future<void> value())

Implementation

set play(_i2.Future<void> Function() value) {
  _i4.setProperty(
    this,
    'play',
    _i4.allowInterop(value),
  );
}