addTrack property

void Function(MediaStreamTrack) get addTrack

Implementation

void Function(_i3.MediaStreamTrack) get addTrack =>
    (_i3.MediaStreamTrack p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'addTrack',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set addTrack (void value(MediaStreamTrack))

Implementation

set addTrack(void Function(_i3.MediaStreamTrack) value) {
  _i4.setProperty(
    this,
    'addTrack',
    _i4.allowInterop(value),
  );
}