void updateSpeaker(bool b) { speakerNotifier.value = b; KiwiFlutterPlugin.setAudioOutputSpeaker(b); }