getPlaybackDeviceMute abstract method

Future<bool> getPlaybackDeviceMute()

Retrieves whether the audio playback device is muted.

Returns true : The audio playback device is muted. false : The audio playback device is unmuted.

Implementation

Future<bool> getPlaybackDeviceMute();