updatePlaybackRate property

void Function(num) updatePlaybackRate

Implementation

void Function(_i2.num) get updatePlaybackRate =>
    (_i2.num p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'updatePlaybackRate',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void updatePlaybackRate=(void value(num))

Implementation

set updatePlaybackRate(void Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'updatePlaybackRate',
    _i4.allowInterop(value),
  );
}