切换麦克风状态 on true开启,false关闭
on
static Future<void> switchMicrophone(bool on) => _platform.switchMicrophone(on);