切换扬声器状态 enable true开启,false关闭
enable
static Future<void> enableSpeaker(bool enable) => _platform.enableSpeaker(enable);