startWithAudioMuted property
v4 alias: sets whether audio should start muted.
Implementation
@Deprecated('Use startAudioMuted() instead.')
set startWithAudioMuted(bool muted) {
_startAudioMuted = muted;
}
v4 alias: sets whether audio should start muted.
@Deprecated('Use startAudioMuted() instead.')
set startWithAudioMuted(bool muted) {
_startAudioMuted = muted;
}