startWithAudioMuted property

  1. @Deprecated('Use startAudioMuted() instead.')
set startWithAudioMuted (bool muted)

v4 alias: sets whether audio should start muted.

Implementation

@Deprecated('Use startAudioMuted() instead.')
set startWithAudioMuted(bool muted) {
  _startAudioMuted = muted;
}