Retrieves whether the audio playback device is muted.
Returns true : The audio playback device is muted. false : The audio playback device is unmuted.
Future<bool> getPlaybackDeviceMute();