isMuted method

Future<bool> isMuted()

Shows if the player is muted

Implementation

Future<bool> isMuted() {
  return getProperty<bool>('mute');
}