To control mute and unmute
Future<void> mute(bool mute) async { await FlutterVolumeController.setMute(mute); muteNotifier.value = mute; }