unMute method

void unMute()

Implementation

void unMute() {
  PlayerUtils.setMute(_controller!, false);
  _cubit.setMuted(false);
}