Future<bool> setSpeakerOut(bool speakerOut) async { return await CrImpl.instance.setSpeakerOut(speakerOut); }