isMuted method

bool isMuted(
  1. String? side
)

Implementation

bool isMuted(String? side) {
  return !isPresencer(side);
}