isSoundOnSpeaker property
set
isSoundOnSpeaker
(bool value)
Sets whether the sound is played through the speaker.
If set to true
, the sound will be played through the speaker.
The default value is true
.
Implementation
set isSoundOnSpeaker(bool value) => _isSoundOnSpeaker = value;