isMuted method

Future<bool> isMuted()

Implementation

Future<bool> isMuted() {
  return broadcater.isMuted();
}