updateMuted method Null safety

  1. @internal
void updateMuted(
  1. bool muted
)

Implementation

@internal
void updateMuted(bool muted) => _muted = muted;